How to use the OOTB Mail Task from Event Listener
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 06:51 AM
Currently Activiti is having a "Mail" task that can be used in a Process Definition. We have a requirement to send an email notification to the user when a Task gets assigned to the user. So, we would like to add an event listener at the Process Definition level that will listen for all the "TASK_ASSIGNED" events.
Is there any way to use the OOTB mail service (i.e., send the mail from the Listener) from the event listener. Please suggest.
Is there any way to use the OOTB mail service (i.e., send the mail from the Listener) from the event listener. Please suggest.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2015 04:57 AM
No, not out of the box. You could base your task listener logic on the MailBehaviour logic though.
