Managing decision points

The Decision Points are events within a workflow that control the flow.

Start event

The Start event indicates the beginning of a flow.

Condition point

The Condition point is used to design branches in the flow. Each branch has an associated Boolean condition that can be based on values in the workflow context. The first branch that evaluates to "true" gets executed.

For more information about the condition builder, see Condition builder.

End event

The End event completes the path within a flow after it is designed to meet the objectives.

Note: Refer to Managing flow instance to understand the details that are involved in data exchange between the decision points and tasks after the published flow is triggered using Execution URL.