Skip to content

Commit a294999

Browse files
committed
Rearranging Event Sub-Processes
1 parent 57486e5 commit a294999

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ 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+
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 using 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" width="400px" alt="Event sub-process arrange in editor" >}}
98+
99+
{{% alert color="info" %}}This does not change the order of execution of the sub-processes, as this is dependent on when the sub-process was triggered.{{% /alert %}}
100+
93101
## Execution
94102

95103
To start an event sub-process, create a **Notify workflow** microflow activity and point it to the event sub-process start event.
34.6 KB
Loading

0 commit comments

Comments
 (0)