Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Event sub-processes have specific restrictions regarding [Jump activity](/refgui

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

## Domain Model Structure

Expand Down