Condition

[boolean/Condition]


Sends either on the true or the false output port, depending on the input value received on the boolean port. Example:

  1. true@0 is received on boolean

  2. null@0 is sent via true


Keywords: boolean, condition, logical, route

Input ports

  • boolean: boolean

    Input condition value

Output ports

  • true: null

    Sends null if the input value is true.

  • false: null

    Sends null if the input value is false.

Last updated