Skip to content

Commit 7f1ffef

Browse files
committed
Add an info alert for the beta release info and how to enable the feature
1 parent 335122e commit 7f1ffef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ weight: 20
66

77
## Introduction
88

9+
{{% alert color="info" %}}
10+
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.
11+
{{% /alert %}}
12+
913
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.
1014

1115
Below is an example of an event sub-process, shown inside the dashed rectangle:

0 commit comments

Comments
 (0)