cancel
Showing results for 
Search instead for 
Did you mean: 

Assign workflow to multiple groups and users

fedorow
Elite Collaborator
Elite Collaborator

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

4 REPLIES 4

angelborroy
Community Manager Community Manager
Community Manager

fedorow
Elite Collaborator
Elite Collaborator

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
Confirmed Champ
Confirmed Champ

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

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}"