Hello everyone,
i have a working scenario with a lot of modules and i need to add error handling to be able to notify via email with the error.
I know how to do it, but it's a pain, i.e. I have to add the email module in each error handling flow for all modules.
So, my question is if it is possible to add something at the global level of the scenario that is listening for any errors that happen and then send the email.
Note: this scenario is called through an http call from another scenario, I have tried to see if the error is returned and can handle it in that call, but no, it is not returned and the calling scenario never "knows" about the error.
Thanks in advance