cancel
Showing results for 
Search instead for 
Did you mean: 

Reassign task to another user

smee82
Champ in-the-making
Champ in-the-making
I use Activiti Explorer an tried to reassign a task from user kermit to i.e. fozzie. Always get an exception when i try to reassign a task (change assignee). Is this function not supported yet?
2 REPLIES 2

smee82
Champ in-the-making
Champ in-the-making
Does anybody know?

ndt
Champ in-the-making
Champ in-the-making
Had same problem, using this code solved it

task.setAssignee(user.getId());
getTaskService().setAssignee(task.getId(), user.getId());