[jboss-user] [JBoss jBPM] - unable to reassign Task using jBPM4

SirFrancis do-not-reply at jboss.com
Tue May 5 02:23:03 EDT 2009


Hi All,
i'm searching a function to reassign a task to another user. 
If the task is already assigned, and i try to reassign ist with 
taskService.takeTask(Long.valueOf(taskId), assignee);
jBPM throws an "task already taken by johndoe" exception.

And using 
Task t1 =  taskService.getTask(Long.valueOf(taskId));
  | t1.setAssignee(assignee);
takes no effect.
So how can I reassing a task ?

greetings SirFrancis



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228487#4228487

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228487



More information about the jboss-user mailing list