a
(integer, default: 0): The first value to compare.b
(integer, default: 0): The second value to compare.result
(boolean): True if a
is less than b
, false otherwise.a
and b
input ports. You can either link these from the outputs of other nodes or specify default values.result
port, which will be true if a
is less than b
, and false otherwise.a
port.b
port to the age threshold, e.g., 18.result
port to a Flow If node’s condition port.a
and b
ports are actually integers. Connecting other data types may lead to unexpected behavior.a
and b
inputs correctly and that they are both integers.