🔀Condition

🔀 The Condition block branches a workflow according to an explicit rule you define.

What it does

It evaluates a condition, such as whether an order value exceeds 1,000, and takes one of two paths: true or false. Only the selected path runs.

Condition examples

  • Order value above 1,000 → escalate to a manager.
  • Classification equals “complaint” → open a ticket.

💡 An unselected branch produces no output, so a tag pointing to it resolves as empty.