WARNINGS FAILED TASKS

To whom it may concern,
I’m working with the Community Edition (version 6.3.8), I`d like to know if there is a way in which Bonita can warn whenever a task fails. Thank you!

Hi Julia

I advice you to use BPMN error events and apply a specific configurable behavior, which could be to send a mail for instance.
You have more information about it here:
http://documentation.bonitasoft.com/events#error

I hope it will help.

Hi Julia,

Just more information about what Anne-Laure said.
In a service task where you have a connector on it, you can generate an error if the connector failed.
You just need to put a catching error event on the border of this service task and do a flow which can send a mail if you want.

Thank you Anne-Laure du Fou and sylvain.bailly! I`ll try what you suggest!