Modifying users of an active task

cancel
Showing results for 
Search instead for 
Did you mean: 
badamkhau95
Member II

Modifying users of an active task

Hi, I have a requirement where I want to remove/add/update the assignee's of an active task. The assignee which i want to modify could also be in pending state. I am using 5.16.4 version of Activiti.

 

My question is, it is possible to do in 5.16.4 version of Activiti, if not, is such feature added in latest version?

 
1 Reply
abbask01
Senior Member

Re: Modifying users of an active task

programatically, you can taskService for your case. use

taskService.setAssignee(String taskId, String userId)

for task assigment.

Hope it helps.

Regards,
Abbas