Docs
Conditions
Conditions
Conditions route payloads based on comparisons. They have one inlet and two outlets: Yes (green) and No (red).
Condition nodes are the branching mechanism of Watchflows. When a payload arrives at a condition node, it evaluates a comparison against the payload data and routes execution down one of two paths. If the comparison is true, the payload flows out of the Yes outlet. If false, it flows out of the No outlet.
This allows you to build workflows that react differently based on incoming data — filtering events, handling error cases, or routing requests to different processing paths.