Package version:
List of activities to execute.
OptionaldependsActivity depends on condition.
OptionaldescriptionActivity description.
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
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.
OptionaltimeoutSpecifies 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
OptionaluserActivity user properties.
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.