If
The If condition control flow node will change the flow by checking if the condition is true or false.
Ports
Inputs
Port Name | Type | Default Value | Description |
---|---|---|---|
Trigger | Trigger the condition validation. | ||
[Boolean] | The condition to validate. False by default. |
Outputs
Port Name | Type | Default Value | Description |
---|---|---|---|
Trigger | Execute next action when the condition is True. | ||
Trigger | Execute next action when the condition is False. |