Skip to content

Commit 9a75c16

Browse files
authored
Merge pull request #11152 from DmytroKost/wor/WOR-2907/update-jump-rules
Update Documentation About Jump Rules for Sub-Processes
2 parents bd8f770 + 891e6e8 commit 9a75c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ Event sub-processes have specific restrictions regarding [Jump activity](/refgui
127127

128128
* Between processes: It is not possible to jump into a sub-process from the main process (or vice versa), nor between different sub-processes.
129129
* Within a sub-process: Jumps within the same sub-process are permitted.
130-
* **Jump to Start Event**: Aborts the current sub-process instance and returns it to a waiting state.
131-
* **Jump to End Event**: Completes the sub-process instance immediately.
130+
* **Jump to Start Event**: Aborts the current sub-process instance and returns it to a waiting state. If no other activities are in progress in the workflow instance after the jump, the workflow is aborted.
131+
* **Jump to End Event**: Completes the sub-process instance immediately. If no other activities are in progress in the workflow instance after the jump to the sub-process end event, the workflow is completed.
132132

133133
## Domain Model Structure
134134

0 commit comments

Comments
 (0)