cancel
Showing results for 
Search instead for 
Did you mean: 

Reassignment option for Workflow Usertask

yash_patel_c2
Star Contributor
Star Contributor

Hi Everyone,

We have requirement in which workflow task is assigned to one group, one member will claim the task and will work on it according to defined due date. Now if that user claims the task and goes on emergency leave, how can we reassign the task to someone else? We can add reassign button next to release to pool button, but after claiming the task only that user can access the task, How can we reassign this task without user's credentials? 

Can we do something like that one of the subgroups can still have access to the task even after task is claimed? What changes do we need to make and in which files to achieve this?

Is there any other way we can do this?

Thanks & Regards,

Yash

2 REPLIES 2

vidhipanchal
Star Contributor
Star Contributor

Hi Yash,

Workflow initiator has access to manage all task, So workflow initiator can access the task after claim as well.
you can add Reassign button next to Release to pool button. So Workflow initiator can reassign the task as well as release the task. 

Thanks

Vidhi

ContCentric

Regards,
Vidhi

abbask01
Star Collaborator
Star Collaborator

You can do this through the API only. write our custom code which can query your task with an ID. then you can simply do task.unclaim() or task.setAssignee(assigneeId)

Regards,
Abbas