How to send email in case of any error while process execute?

I'm using bonitasoft enterprise edition.

 

We want to send an email to the process owner in case any error has happened while the process is being executed.

How can we achieve this?

Hello,

one option would be to have an event sub-process and have it started with an error start event. In your subprocess you can have a system activity with an email connector.

Hope this helps a little bit

Thank you. Do you know how to get error details from the subprocess to send it in the email body?

One option would be to have different error start events catching different error types (you can define if an event catches a specific error or all errors) and then have specific notifications.