Skip to main content
Version: 8.1

Sequence flow

Level: beginner

Sequence Flow is used to define the order of execution for actions. For example, a contract must be approved and then signed by the parties (Fig. 1).

Fig. 1 Sequence flow
Fig. 1 Sequence flow

Moving down the sequence flow is performed after the source process element is completed.

Any process element can have more than one outgoing sequence flow. In this case, moving down all outgoing flows is simultaneous. Using multiple outgoing sequence flows is equal to using a parallel gateway.


See also

Conditional flow

Default flow