20-07-20 01:12 PM
23-07-20 01:51 AM
Hello Jatin
By default, a Schedule's task is configured to 'fail fast' (i.e. to immediately terminate the current task) if any sessions fail to start or if they terminate due to an exception.
Consequently, if any of the processes in the Schedule fail, it will then terminate the rest of the processes. As a result, you may encounter the following error message (or similar) in the logs:
"ERROR: Internal : Wait stage abandoned due to an interrupt request. Process stopped from resource."
To override this behavior, de-select the 'Fail fast on any errors' checkbox, as shown below.
Note: Detecting a task failure works differently when 'fail fast' is enabled, compared to when it is not.
23-07-20 06:14 AM
23-07-20 06:14 AM