Block

Groups a sequence of steps or allow condition branches to merge.

Description

Blocks contain a nested flow that's executed before proceeding to the next journey step. They may be used to create a diamond-like structure within the journey by allowing condition branches to merge. For example, a block can contain a condition that performs different steps based on the branch, but will continue to the same journey step regardless of which branch was executed.

The nested flow can include any journey node, except the Complete Journey step. If it includes an step that aborts the journey upon execution (e.g., Reject Access), the entire control flow will be aborted.

Note

The block body cannot be empty.