<retry2><retry> task.
Executes its subtasks sequentially, and if one of these fails, and some other conditions hold true, then the
subtasks are re-executed. | Name | Description |
|---|---|
delayIntervalBegin="..."
|
Deprecated.
For testing only |
retryCount="..."
|
If set, then this task fails when the Nth retry fails.
|
retryDelay="..."
|
If set, then this task sleeps for the given duration before retrying. |
retryDelayExponent="..."
|
The retry delay is multiplied with this factor for each retry, so the retry delay will grow exponentially. |
status="..."
|
If set, then the tasks are only re-executed iff the exit status of the failed task equals n, i.e. |
| Name | Description |
|---|---|
<task>
|
Adds another subtask. |
Default values are underlined.
status="n"<fail status="n" /> was executed. retryCount="n"Nth retry fails.
Value zero means to execute the operation only once (and not retry).
Values greater than zero mean to
try the operation at most N+1 times.
retryDelay="duration"retryDelayExponent="float|1.0"delayIntervalBegin="point-of-time"Copyright © 2019. All rights reserved.