Skip to content

Commit bd41aa3

Browse files
committed
Update Documentation About Jump Rules for Sub-Processes
1 parent 2677686 commit bd41aa3

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
@@ -117,8 +117,8 @@ Event sub-processes have specific restrictions regarding [Jump activity](/refgui
117117

118118
* Between processes: It is not possible to jump into a sub-process from the main process (or vice versa), nor between different sub-processes.
119119
* Within a sub-process: Jumps within the same sub-process are permitted.
120-
* **Jump to Start Event**: Aborts the current sub-process instance and returns it to a waiting state.
121-
* **Jump to End Event**: Completes the sub-process instance immediately.
120+
* **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.
121+
* **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.
122122

123123
## Domain Model Structure
124124

0 commit comments

Comments
 (0)