Workflow Triggers and Actions - Decision

A special node that makes an explicit decision, also known as a conditional branch. The result that is passed to a Decision node from the previous action is copied to this Decision node’s result, so that conditional branches can take place properly from the Decision node.

Note that to make a conditional branch, it is not necessary to use a Decision node. A conditional branch may occur after any action. The Decision node exists for convenience.