Modifying users of an active task

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Regards,
Abbas
Abbas
