Condition
Last updated
Last updated
[boolean/Condition]
Sends either on the true
or the false
output port, depending on the input value received on the boolean
port.
Example:
true@0 is received on boolean
null@0 is sent via true
Keywords: boolean, condition, logical, route
boolean: boolean
Input condition value
true: null
Sends null if the input value is true.
false: null
Sends null if the input value is false.