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.