If Condition Activity Response
This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression.
Constructors
Properties
Activity depends on condition.
Activity description.
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Activity user properties.