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:
-
Manually type the value in the mapper
-
Map the value from the previous activity
-
Select a function from the list of functions
-
Map app property to override the values
| 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. |