cancel
Showing results for 
Search instead for 
Did you mean: 

Handle mail node exceptions

benito
Champ in-the-making
Champ in-the-making
Hello,

i use the serviceTask of type "mail" to send mails just after the start event.
In case of an error (i.e. mailserver unavailable) the process stops unwanted. Is it possible to handle the error of service tasks without writing my own code. I would like to define a special sequenceFlow in case of an error.

grz
BJ
1 REPLY 1

benito
Champ in-the-making
Champ in-the-making
is it possible to use the error events?

If the mail sending fails, an activitiException is throws. But is this exception a business error? The documentation says no.