Retry On Condition
Description
This action component allows you to retries the contained action components as long as the condition is not met or an error is thrown.
Input Properties
- Ignore Error (bool) – Continue the process flow without throwing error.
- Body (Sequence) – Add action components that you want to re-execute in loop.
- Condition Action (bool) – Add condition action component in this section.
- Number Of Retries (Int) – The number of times that the loop is to be retried
- Retry Interval (TimeSpan) – The amount of time you want to wait before retrying the execution.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.