Modifying users of an active task?

cancel
Showing results for 
Search instead for 
Did you mean: 
LouieBrown
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?

yes, you can use taskService for the same. it's available for your version - http://javadox.com/org.activiti/activiti-engine/5.16/org/activiti/engine/TaskService.html#setAssigne...

Regards,
Abbas