Retry On Condition

Retries an activity until a condition is met.

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#

  1. Condition The condition to be met for the child activity to be retried. 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.