Restart Scenario
This activity restarts the scenario. It makes the scenario starts from the very beginning, with variables set to starting values again. You can't restart a scenario with settings from some chosen point.
Put the number in Counter textbox - it determines how many times the scenario will be restarted. Set the waiting time before restarting the scenario. The note (string) you put in Description will show in Logs.
After last restarting a scenario the activity Restart Scenario is ignored and the scenario proceeds to the next activity, or ends (when the Restart Scenario is the last activity in a scenario).
Acquired Text | String | Output | text input by user |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Counter | Int32 | Input | number of times the scenario should be restarted |
Delay [s] | Double | Input | scenario waiting time |
Description | String | Input | this comment (string) will show in Logs |
Display Name | Literal | Input | changes display name of the activity |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
Result | Boolean | Output | returns a Boolean value. True if no error in activity, otherwise will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info |