cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying users of an active task

badamkhau95
Champ in-the-making
Champ in-the-making

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 1

abbask01
Star Collaborator
Star Collaborator

programatically, you can taskService for your case. use

taskService.setAssignee(String taskId, String userId)

for task assigment.

Hope it helps.

Regards,
Abbas