Introduction
A sequence flow connects two elements in a process. The sequence flows vary according to the requirement. You can create a Conditional Flow, a Default Flow, or just a 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.
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.
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.
To change the flow:
- Click the flow.
- Click the settings icon.
- Select the required flow.