How to exclude a single taskAssignee from being notified

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2013 12:24 PM
Hi all!
I've developed an alfresco workflow with activiti engine. I use alfresco community edition 4.0.d.
My problem is that i want to notify all task assignees users apart from one.
Is it possible to do in alfresco activiti workflows?
I tried to set the bpm_sendEmailNotifications to false when the task is created but no result…
Some ideas?
Thanks in advance,
paride
I've developed an alfresco workflow with activiti engine. I use alfresco community edition 4.0.d.
My problem is that i want to notify all task assignees users apart from one.
Is it possible to do in alfresco activiti workflows?
I tried to set the bpm_sendEmailNotifications to false when the task is created but no result…
Some ideas?
Thanks in advance,
paride
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2013 10:50 PM
Hi Paride,
What happned to this bpm_sendEmailNotifications=false? Emails sent to everyone or it is not send to anyone?
By default the task notification email will go to the task assignee(s) based on bpm_sendEmailNotification flag.
You need to write your custom java code to override the existing email action service.
What happned to this bpm_sendEmailNotifications=false? Emails sent to everyone or it is not send to anyone?
By default the task notification email will go to the task assignee(s) based on bpm_sendEmailNotification flag.
You need to write your custom java code to override the existing email action service.
