Retry On Condition
Retries an activity until a condition is met.
#
Properties#
Input- Delay(ms) The time to wait in milliseconds between each retry.
- Number of retries The number of retries before it throws an error. By default, it is 3.
#
General PropertiesSee General Properties.
#
Misc- Condition The condition to be met for the child activity to be retried. See Misc.
#
Out ErrorSee Out Error.
#
Output- Retry Count The number of times the activity was retried until it succeeded.
- Successful Returns true if the activity was successful, false otherwise. When specified, the activity doesn't throw an error if it cannot run the activity.