cancel
Showing results for 
Search instead for 
Did you mean: 

How create email alerts for particular scheduler in Blue Prism System tab

ThulasiramP
Level 3
Hi All,  I have one process so i was scheduled this particular process daily in every 20 mins. So my issues is every time i am monitoring the process in control room for success failure status. Sometimes i am not at my desk my working hours so this schedule got teriminated that time. Anyone can you please help to create email alerts for above scheduler.    How to create Email alters for particular scheduler in blue prism.   Thanks in Advanced,   BR, Thulasi
1 REPLY 1

John__Carter
Staff
Staff
One way would be to create a Task that uses the On Exception setting to run a Send Alert process. But a better option would be to use correct Exception Handling within your process to catch an exception and send a mail before terminating gracefully. If you look at Process Template 2 you'll get an understanding of how this can be done. A process termination should be seen as a rarity, not as something that 'just happens' - there is always a reason, and it's better to fix the root problem.