cancel
Showing results for 
Search instead for 
Did you mean: 

scheduler

Anonymous
Not applicable
I want to run a second process immediately from Scheduler when first terminates or aborts if an exception comes, is there any way or solution to it?
3 REPLIES 3

Anonymous
Not applicable
Help on Scheduler

TolaniJaiye-Tik
Level 4
Hi MehulS, Yes, it's possible, you need to set the second process as the next task after the initial task in the Scheduler. Please, have a walk through the scheduler guide http://portal.blueprism.com/system/files/2017-09/Blue%20Prism%20-%20Gui… provided by Blue Prism.  

TolaniJaiye-Tik
Level 4
Apologies for the wrong information, currently you can't as the Scheduler will abort if your first process in the schedule fails. Alternatively, you can handle that at a process level, where you have an exception handling block to recover & catch some exceptions that can't be bubbled up (e.g exceptions on the main page) to trigger the alternative process otherwise terminate the process (indirectly terminating the schedule).