掲示板

Reassign workflow task

thumbnail
11年前 に Willem Vermeer によって更新されました。

Reassign workflow task

Junior Member 投稿: 32 参加年月日: 12/03/30 最新の投稿
Hello,

We use kaleo workflow to programmatically assigning workflow tasks to users by invoking
WorkflowTaskManagerUtil.assignWorkflowTaskToUser(..)

I would like to be able to reassign a task from one user to another user. However when I invoke assignWorkflowTaskToUser on the second user, the task seems to get assigned but when the two different users load the workflow task, the assigneeUserId is different!
So I have one and the same WorkflowTask (I know it's the same because the workflowTaskId is the same) but when user1 is logged on task.getAssigneeUserId() returns userId1 and when user2 is logged on task.getAssigneeUserId() returns userId2.

Is it at all supported to invoke assignWorkflowTaskToUser twice to different users? Or am I looking at unsupported behaviour here?

I guess the alternative scenario would be to assign the task to a role that both users share but I just wanted to sanity check if reassigning a task the way I tried it is supported.

Thanks,
Willem
11年前 に Parag Redij によって更新されました。

RE: Reassign workflow task

New Member 投稿: 2 参加年月日: 12/04/18 最新の投稿
Hi Willem,

You can do workflow task reassignment through java code & groovy script .

Thanks,
Parag
11年前 に Enrico Maria Rossi によって更新されました。

RE: Reassign workflow task

New Member 投稿: 22 参加年月日: 13/01/15 最新の投稿
Hi, is it possible assign-to a list of users?, With kaleo i can assign-to only one user. Thanks.

Regards,

Enrico