Skip to content

Commit a81b8ae

Browse files
Include Event sub-processes as part of workflow elements
1 parent b84f51d commit a81b8ae

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements
  • static/attachments/refguide/modeling/application-logic/workflows/workflow-elements

content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A workflow is composed of elements that you can drag on a path from the **Toolbo
1313
* [User tasks](#user-tasks)
1414
* [Events](#events)
1515
* [System actions](#system)
16+
* [Sub-processes](#sub-processes)
1617

1718
## Workflow Parameters {#parameters}
1819

@@ -69,3 +70,11 @@ The elements of this category are described in the table below:
6970
| ----------------------------------------------------------- | --------------------------------- | ------------------------------------------------------------ |
7071
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/call-microflow.png" alt="Call Microflow" class="no-border" >}} | [Call microflow](/refguide/call-microflow/) | Calls a selected microflow. |
7172
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/call-workflow.png" alt="Call Workflow" class="no-border" >}} | [Call workflow](/refguide/call-workflow/) | Calls a selected workflow. |
73+
74+
## Sub-processes {#sub-processes}
75+
76+
The elements of this category are described in the table below:
77+
78+
| Graphic | Element | Description |
79+
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------| ----------------------------------------------------------- |
80+
| {{< figure src="/attachments/refguide/modeling/application-logic/workflows/workflow-elements/event-sub-process.png" alt="Event Sub-process" class="no-border" >}} | [Event Sub-Process](/refguide/workflow-event-sub-processes/) | Allows you to define a separate execution flow inside a workflow that is triggered by a specific event and can run independently from the main process flow. |
5.74 KB
Loading

0 commit comments

Comments
 (0)