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 6373273a358..06f89889b49 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 @@ -90,11 +90,21 @@ To add an **Event sub-process** to a workflow, follow these steps: * The flow can contain the same types of activities as the main process flow (for example, **User Task**, **Call Microflow**, **Decision**). * It must start with a **Start** event (triggered by a notification) and end with at least one **End** event. +### Rearranging Event Sub-Processes + +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 Ctrl/Command + Left arrow or Ctrl/Command + Right arrow shortcut keys. + +{{< 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" >}} + +{{% alert color="info" %}} +This does not change the order of execution of the sub-processes, as this is dependent on when the sub-process is triggered. +{{% /alert %}} + ## Execution To start an event sub-process, create a **Notify workflow** microflow activity and point it to the event sub-process start event. -{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/notify-workflow.png" alt="Notify workflow example" width="400" >}} +{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/notify-workflow.png" alt="Notify workflow example" max-width=90% >}} ### Operational Lifecycle Management diff --git a/static/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/arrange-in-editor.png b/static/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/arrange-in-editor.png new file mode 100644 index 00000000000..ae741d586d0 Binary files /dev/null and b/static/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/arrange-in-editor.png differ