Package version:
OptionaldependsActivity depends on condition.
OptionaldescriptionActivity description.
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
OptionalifList 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.
OptionalifList 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.
Activity name.
OptionalonStatus 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.
OptionalstateActivity state. This is an optional property and if not provided, the state will be Active by default.
Polymorphic discriminator, which specifies the different types this object can be
OptionaluserActivity user properties.
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.