cancel
Showing results for 
Search instead for 
Did you mean: 

user task to update comments

sri1991
Champ in-the-making
Champ in-the-making
I have simple parallel review workflow where author creates a review with one or more reviewers to review a document. Currently, the workflow has reviewer task outcome as either accept or reject. Now, a new requirement is to update the comments but not take any action(accept/reject), when a reviewer updates the comment, author needs to be notified via email but the reviewer should still needs to have the task assigned to him.
Basically, is there a way for a user task to perform actions without state change?
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
Well if you are using Alfresco Explorer you need to customize the ManageTaskDialog.java class.
If you have noticed there is save change button with which you can save the changes done in the task properties (in your case comment).
It update the workflow resources whenever changes are saved there you can inject you code to send mail.
In share also I guess similarly save functionality you need to check which API gets called on save changes.