How to configure notifications in case of any event got failed
We would like to receive a notification in case of the event was failed while executing, we have a scenario where in the events were getting failed requently and when the issue been raised we noticied that due to event failed.
is there any way we can configure the notifications in Agile in case of any event got failed.
Regards
Srini
Because the event executes other processes there is no way for the event to know if those processes fail or not. The way we have tackled this is to add the notification into the process so once it finishes an email is executed. With this methodology we can not only validate that the process executed properly yet also that the data validated accurately.