Skip to content

Commit 891e6e8

Browse files
authored
Review
1 parent bd41aa3 commit 891e6e8

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