Condition
Evaluates a condition to make a decision.
Last updated
Evaluates a condition to make a decision.
Last updated
This activity is used to evaluate a user-specified condition to make a logical decision.
Conditions: Add a condition.
The Condition Window is launched by clicking on the button in the Conditions property. This window is used for evaluating single or multiple conditions to finalize a logical decision for the continued execution of a specific workflow.
The conditions displayed depends on the type of variable provided. The supported variables in the condition window are:-
string
int32
int64
double
boolean
fileobject
folderobject
processobject
object
When specifying multiple conditions in the window, we can use the logical operators AND and OR to link the conditions and the final result depends on the evaluation of the given condtions from top to bottom.