Control.Loops
Description
Executes the Try sequence until the condition is fulfilled.
Properties
Try Sequence can be any sequence of activities. The Condition is one of these activities:
- Check Element exists
- Is Regex Match
- Path exists
- String Contains
- Wait Attribute
- Wait Element appears
- Wait Element Vanish
Analyst
- Description: Optional text for documentation purposes.
Common
- Continue On Error: When activated the workflow execution continues with the next activity after the Retry Scope activity in case of an error during the execution of the activity, the try sequence or the condition activity.
Options
- Ignore Exceptions: An exception in the try sequence or condition activity will lead to a retry (if the maximum number of retries is not already reached).
- Number Of Retries: The maximum number of times that the try sequence is to be retried.
- Retry Interval: Specifies the amount of time (in seconds) between each retry.