From d82d090305b849b45b7625cd0fb3a21543694270 Mon Sep 17 00:00:00 2001 From: Dmytro Kostiuk Date: Thu, 19 Mar 2026 13:27:40 +0100 Subject: [PATCH 1/3] Remove Beta Label from Event Sub-Processes Documentation --- .../application-logic/workflows/event-sub-processes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md b/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md index 178bd05223a..48f921bb503 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md @@ -6,10 +6,6 @@ weight: 20 ## Introduction -{{% alert color="info" %}} -This feature was released in beta in Studio Pro 11.8.0. To enable this feature, navigate to Studio Pro **Preferences** > **New features** > the **Workflow** section and select the **Enable workflow event sub-processes (beta)** option. -{{% /alert %}} - An event sub-process is a separate execution flow that is not part of the normal sequence flow of a workflow. It resides inside the workflow and starts executing upon receiving a specific trigger. It is crucial to understand that an event sub-process is part of the same workflow instance. It is not a separate workflow but a single workflow instance that can contain multiple concurrent processes. Below is an example of an event sub-process, shown inside the dashed rectangle: From 7ad4129b5411aaae8545dfb08493918a4cd5a65c Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Thu, 26 Mar 2026 16:10:33 +0100 Subject: [PATCH 2/3] Update the new features section for event sub-processes --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 4ea10e50095..ee238c69aa5 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -333,7 +333,9 @@ If Translation Generator is also enabled, you can use it in this editor as well. ### Workflow -Select this option to allow adding [event sub-processes](/refguide/workflow-event-sub-processes/) to your workflow in the workflow editor. +In Studio Pro 11.8, select the **Enable workflow event sub-processes (beta)** option to allow adding [event sub-processes](/refguide/workflow-event-sub-processes/) to your workflow in the workflow editor. + +In Studio Pro 11.9 and above, this option is removed. Workflow event sub-sub-processes are in general availability and are enabled by default. ## Read More From 191443825479db3aab1404058982d812f950370c Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Thu, 26 Mar 2026 16:16:18 +0100 Subject: [PATCH 3/3] Small fix --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index ee238c69aa5..6cf7ac5b8c5 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -335,7 +335,7 @@ If Translation Generator is also enabled, you can use it in this editor as well. In Studio Pro 11.8, select the **Enable workflow event sub-processes (beta)** option to allow adding [event sub-processes](/refguide/workflow-event-sub-processes/) to your workflow in the workflow editor. -In Studio Pro 11.9 and above, this option is removed. Workflow event sub-sub-processes are in general availability and are enabled by default. +In Studio Pro 11.9 and above, this option is removed. Workflow event sub-processes are in general availability and are enabled by default. ## Read More