cancel
Showing results for 
Search instead for 
Did you mean: 

email assignee or reviewer when reassigning a task

mthomas
Champ in-the-making
Champ in-the-making
I have followed directions in this forum and on the workflow wiki to enable email notification to be sent to reviewers of an ad hoc task, parallel workflow and review and approve.  But if a reviewer decides to reassign their task the new assignee is not notified via email.
I would like to send an email notification when the task is reassigned. What is the method to add the email script to the "reassign" button?  Does it have its own processdefinition?
Thanks in advance,
-Michael
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
You need to customise the Reassign task dialog and you in the finishImpl() method of your custom Dialog you can have the logic of sending mail to the user.
for  Custom Dialog you can refer : http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog

mthomas
Champ in-the-making
Champ in-the-making
Thanks, I'll have to set aside some time to learn how to do this.  Unfortunately that won't be happening for a few months.
-mthomas