Is it possible to make workflow within parallel tasks assigned on multiple groups and multiple users?
I guess this approach is still valid:
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.
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}"
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.