Handle mail node exceptions

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2012 09:35 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2012 08:52 AM
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.
If the mail sending fails, an activitiException is throws. But is this exception a business error? The documentation says no.
