Introduction
A sequence flow connects two elements in a process and varies according to requirements.
The following flows are supported:
- Conditional flow
- Default flow
- Sequence flow
Sequence flow
In a sequence flow, after the execution of an element in the process, all the outgoing sequences are followed.
The following screenshot shows a sequence flow in a process:

Sample Sequence Flow
Conditional flow
A conditional flow is for executing a process under certain conditions. The behavior is to evaluate the conditions on the outgoing sequence flows. When a condition evaluates to true
, that outgoing sequence flow is selected.
The following screenshot shows a conditional flow in a process:

Sample Conditional Flow
Default flow
The default flow refers to the flow that has to be followed when none of the conditions are met.
The following screenshot shows a conditional flow in a process:

Sample Default Flow
To change the flow:
- Click the flow.
- Click the settings icon.
- Select the required flow.
