Using the Retry on Error Feature in an Activity

The Retry on Error tab in an activity allows you to set the number of times the flow tries to execute the activity if it encounters an error that can be fixed upon retrial (such as waiting for a server to start, intermittent connection failures, or connection timeout) during the activity execution.

Enter the values for the fields in one of the following ways:

Field Description
Count The number of times the flow should attempt to execute the activity. This value must be an integer.
Interval

The time (in milliseconds) to wait in between each attempt to execute the activity. This value must be an integer.

Note: The Count and Interval fields are mandatory. By default, the values are set to 0.