scheduler
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-18 01:03 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-18 01:04 AM
Help on Scheduler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-18 01:30 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-18 01:42 AM
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).
