Package version:
Optional
dependsActivity depends on condition.
Optional
descriptionActivity description.
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
Optional
ifList 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.
Optional
ifList 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.
Optional
onStatus 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.
Optional
stateActivity 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
Optional
userActivity 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.