11-13-2020 11:15 AM
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?
11-17-2020 04:22 AM
programatically, you can taskService for your case. use
taskService.setAssignee(String taskId, String userId)
for task assigment.
Hope it helps.
Explore our Alfresco products with the links below. Use labels to filter content by product module.