Assign workflow to multiple groups and users

cancel
Showing results for 
Search instead for 
Did you mean: 
fedorow
Senior Member II

Assign workflow to multiple groups and users

Is it possible to make workflow within parallel tasks assigned on multiple groups and multiple users?

4 Replies
angelborroy
Alfresco Employee

Re: Assign workflow to multiple groups and users

fedorow
Senior Member II

Re: Assign workflow to multiple groups and users

Angel thank you! It's very close, but they stop discussion exacly on the geting list of assigners.

Tasks should receive all members of all groups and all users from the list chosen by workflow owner.

Fjordo
Active Member II

Re: Assign workflow to multiple groups and users

Have you found the solution to your problem? I also need to assign all users in a group and some of manually picked as assignees to an user task

sanjaybandhniya
Intermediate

Re: Assign workflow to multiple groups and users

You can fetch required users on  TaskStart Listner and set on variable. Ex.execution.setVariable("assignee","A,B,C");

After that you can use that variable in activiti:assignee="${assignee}"