The IF operator evaluates a condition against a specified state variable and routes the input data to either the True or False branch accordingly. The condition port accepts a state variable, and users can define the name of the state variable to be evaluated by the IF operator.
Note: The Date to State operator will be introduced in a separate PR.
The
IF
operator evaluates a condition against a specified state variable and routes the input data to either theTrue
orFalse
branch accordingly. The condition port accepts a state variable, and users can define the name of the state variable to be evaluated by theIF
operator. Note: The Date to State operator will be introduced in a separate PR.