Skip to main content

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

InputTypeDescriptionDefault
runEventRun the node-
testdataThe value to test for true or false-

Outputs

OutputTypeDescription
trueEventFires when the test condition is true
trueEventFires when the test condition is false