Skip to content

Commit 88ababc

Browse files
authored
Merge pull request #11217 from DmytroKost/wor/rearranging-event-sub-processes
Rearranging Event Sub-Processes
2 parents a019a5d + 983b561 commit 88ababc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,21 @@ To add an **Event sub-process** to a workflow, follow these steps:
9090
* The flow can contain the same types of activities as the main process flow (for example, **User Task**, **Call Microflow**, **Decision**).
9191
* It must start with a **Start** event (triggered by a notification) and end with at least one **End** event.
9292

93+
### Rearranging Event Sub-Processes
94+
95+
In Studio Pro 11.11 and above, you can rearrange event sub-processes by right-clicking an event sub-process to open its context menu and clicking **Move event sub-process left** or **Move event sub-process right**, or you can use the <kbd>Ctrl</kbd>/<kbd>Command</kbd> + Left arrow or <kbd>Ctrl</kbd>/<kbd>Command</kbd> + Right arrow shortcut keys.
96+
97+
{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/arrange-in-editor.png" max-width=90% alt="Event sub-process arrange in editor" >}}
98+
99+
{{% alert color="info" %}}
100+
This does not change the order of execution of the sub-processes, as this is dependent on when the sub-process is triggered.
101+
{{% /alert %}}
102+
93103
## Execution
94104

95105
To start an event sub-process, create a **Notify workflow** microflow activity and point it to the event sub-process start event.
96106

97-
{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/notify-workflow.png" alt="Notify workflow example" width="400" >}}
107+
{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/notify-workflow.png" alt="Notify workflow example" max-width=90% >}}
98108

99109
### Operational Lifecycle Management
100110

34.6 KB
Loading

0 commit comments

Comments
 (0)