Skip to main content

Branch node

A branch is used to implement branching logic in a flow.

Branch configuration

  • Select the data to output: The field that contains the information of interest. This is the data that is passed to the rest of the flow. You can reference fields from previous nodes using the + button; see Parameter types.

  • Set the condition check: The criteria applied by the branch node to determine which data should be included or excluded in the output. Conditions in the same group are combined with AND. Add another group (OR statement) to combine groups with OR. Use the link icon to group conditions as a single unit or separate them.

  • Test: Allows you to test to test the node.

The example below shows a condition node that checks whether an Amazon EC2 instance has stopped.

Branch statement example