From bd41aa3b652357fd32560b8f2cc0e81693e3fe28 Mon Sep 17 00:00:00 2001 From: Dmytro Kostiuk Date: Wed, 6 May 2026 13:55:10 +0200 Subject: [PATCH] Update Documentation About Jump Rules for Sub-Processes --- .../application-logic/workflows/event-sub-processes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md b/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md index 6373273a358..cb76f0422a9 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/event-sub-processes.md @@ -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