01-08-2020 01:26 AM
Is it possible to make workflow within parallel tasks assigned on multiple groups and multiple users?
01-08-2020 02:05 AM
I guess this approach is still valid:
01-08-2020 02:44 AM
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.
07-21-2021 05:48 AM
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
07-21-2021 09:13 PM
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}"
Explore our Alfresco products with the links below. Use labels to filter content by product module.