Controlling Flow with Sequence Flows and Gateways

A sequence flow links one activity with another. A process follows the sequence flow when its entry condition is met. Standard and unconditional flows are activated when the source activity of the flow is completed.

Conditional sequence flow (for example, from an exclusive OR gateway) is activated if the condition is True when evaluated.

To rejoin split flows, you can link multiple sequence flows into a single join gateway.