Package version:
List of activities to execute.
Optional
dependsActivity depends on condition.
Optional
descriptionActivity description.
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
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.
Optional
timeoutSpecifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Polymorphic discriminator, which specifies the different types this object can be
Optional
userActivity user properties.
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.