Retry on error

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

Break designer

Properties#

Break properties

Input#

  1. Delay(ms) The time to wait in milliseconds between each retry.
  2. 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#

  1. Retry Count The number of times the activity was retried until it succeeded.
  2. 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.