Skip to main content
condition is the thinnest predicate node — a single boolean expression with two outbound paths: true and false.

Configuration

Edges

Edges from a condition carry sourceHandle: "true" or sourceHandle: "false".

When to use vs rule

condition is a stripped-down convenience — every condition can be expressed as a rule with two conditions. The shorthand keeps the canvas readable on simple guards.