File tree Expand file tree Collapse file tree
content/en/docs/refguide/modeling/application-logic/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,12 +171,13 @@ The `WorkflowSubProcess` entity represents a specific runtime instance of an eve
171171
172172The ` WorkflowSubProcessState ` enumeration defines the possible lifecycle phases of a sub-process instance:
173173
174- | Caption | Name | Description |
175- | --- | --- | --- |
176- | In progress | ` InProgress ` | The sub-process has been triggered and is currently executing. |
177- | Aborted | ` Aborted ` | Execution was terminated, either because the parent workflow was aborted or due to an interrupting event. |
178- | Failed | ` Failed ` | Execution ended unsuccessfully because an activity within the sub-process encountered an error. |
179- | Completed | ` Completed ` | The sub-process reached its end event and finished successfully. |
174+ | Caption | Name | Description |
175+ | -------------| --------------| -----------------------------------------------------------------------------------------------------------|
176+ | In progress | ` InProgress ` | The sub-process has been triggered and is currently executing. |
177+ | Aborted | ` Aborted ` | Execution was terminated, either because the parent workflow was aborted or due to an interrupting event. |
178+ | Failed | ` Failed ` | Execution ended unsuccessfully because an activity within the sub-process encountered an error. |
179+ | Completed | ` Completed ` | The sub-process reached its end event and finished successfully. |
180+ | Paused | ` Paused ` | The sub-process was paused because the parent workflow was paused. |
180181
181182## Read more
182183
You can’t perform that action at this time.
0 commit comments