Skip to content

Commit 540f25e

Browse files
committed
Review
1 parent a294999 commit 540f25e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@ To add an **Event sub-process** to a workflow, follow these steps:
9292

9393
### Rearranging Event Sub-Processes
9494

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.
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.
9696

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" >}}
97+
{{< figure src="/attachments/refguide/modeling/application-logic/workflows/event-sub-processes/arrange-in-editor.png" max-width=80% alt="Event sub-process arrange in editor" >}}
9898

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 %}}
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 %}}
100102

101103
## Execution
102104

0 commit comments

Comments
 (0)