cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking task reassignments

ksar
Champ in-the-making
Champ in-the-making
Is there a way to do it? We are currently testing Alfresco, and have encountered the following scenario:

User1 assigns an Adhoc workflow to User2
User2 reassigns the task to User3
User3 completes the task

However, the fact that the task was reassigned to User3 by User2 does not appear within the workflow's history in the workflow details view. Is there a way to see the workflow's full history, including reassignments? If not, can something be done to send a notification to User1 that the workflow he started was assigned to someone else, or at least produce a log?
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
For that you need to customise the Reassign Task dialog class.
You can extend that dialog class and do whatever you want in that,
as you class will be called whenever user is going to reassign the task.

anuradha1
Star Contributor
Star Contributor

same problem. I also need a solution for that. Where the Reassign Task dialog class resides on? how i need to change that class to make it visible in the history?

Thank you.