Retry on error
Retries an activity in case of an error for a specified number of times.

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 Properties#
See General Properties.
Misc#
See Misc.
Out Error#
See 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.