Properties
string
required
A human-readable name for the component.
integer
required
The maximum number of times to retry the connected component. The total number of times the component could be run is one (the original run) plus the number of retries. The first time the component succeeds, the success link is followed and there are no further retries. If the final retry fails, the failure link is followed.The default number of retries is 1.
drop-down
required
Certain kinds of transient failures may benefit from a delay before retrying. The Retry delay parameter provides strategies for retrying quickly or slowly, with the ability to leave longer and longer pauses between attempts (known as backoff).
- Custom: Specify a custom delay value of hours, minutes, or seconds.
- Long delay: Waits approximately 15 seconds between retries.
- Long delay with backoff: Waits longer between each failure, at approximately 15, 30, 60, 120, 240… seconds.
- Retry immediately: Immediately retries up to the maximum number of retries. This is the default setting.
- Short delay: Waits approximately 2 seconds between retries.
- Short delay with backoff: Waits longer between each failure, at approximately 1, 2, 5, 10, 20, 40… seconds.
Max delay property to a realistic value.integer
required
An integer value of the unit specified below. The default value is 1. An error occurs if the value is below 0 or above 3600. An error also occurs if the value is not an integer. This property is only available when
Retry delay is set to Custom.drop-down
required
The time unit used with the value in
Retry interval. Select Hour, Minute, or Second. This property is only available when Retry delay is set to Custom.integer
The overall maximum delay the retry component allows, in seconds, minutes, or hours as specified in the
Max delay time unit property. This is to prevent a high value of Number of retries leading to an unacceptably long overall delay. The default is 32 minutes.This property only applies when Retry delay is either Long delay with backoff or Short delay with backoff.drop-down
The time unit used with the value in
Max delay. Select Hour, Minute, or Second. The default is Minute.This property only applies when Retry delay is either Long delay with backoff or Short delay with backoff.