Skip to content

Control Flow - Condition#

The Condition task allows the user to define a conditional action. The task allow for the user to configure a branch to be executed if the condition is matched as true and a fallback branch if the condition is false.

controlflow_condition

Info

Only available for Control Flow.

Behavior#

The user will define an expression that will be the condition to execute. This condition may use values that are static or that exist in the execution context.

Remarks#

There is no particular remark to be made.