If
Controlled node
Overview
When the If node is triggered to run it will check the value of the test input and if this is true, it will fire the true output event, otherwise it will fire the false output event. This node is useful for controlling the flow of a workflow based on a condition.
Inputs
Input | Type | Description | Default |
---|---|---|---|
run | Event | Run the node | - |
test | data | The value to test for true or false | - |
Outputs
Output | Type | Description |
---|---|---|
true | Event | Fires when the test condition is true |
true | Event | Fires when the test condition is false |