Hello
I have a process with several script tasks. Specifically I have a task that insert data into a database and one that call a webservice
I configured the connectors on those tasks to send an error if the connector fails and created a subprocess to catch those errors. I want to send a mail to a specific email with error details. I found how to get root process instanciator, access process variables... but not how to get the error name or best, the stack trace of the exception that made the connector fail. Even the name of the error that started the subprocess would be a plus
Any hint on how to achieve that?