Skip to main content

Using Decisions and Branches in Workflows

Configure decision nodes to route workflows to Yes or No branches, and use DecisionSwapYesNo to reverse branch labels.

Written by James Ross

Decision nodes in a workflow present a Yes/No choice that routes the workflow down different branches. This allows conditional logic — different activities execute depending on the decision made.

Decision Routing

  • When the workflow reaches the decision, a prompt appears with Yes and No options.

  • Select the option shown on the main path to continue along the main path.

  • Select the other option to follow the alternate branch.

  • Activities on the unselected branch are marked as Skipped.

  • The progress bar updates to reflect the selected path.

Related Articles

Did this answer your question?