Assign workflow to multiple groups and users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2020 04:26 AM
Is it possible to make workflow within parallel tasks assigned on multiple groups and multiple users?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2020 05:05 AM
I guess this approach is still valid:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2020 05: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 08: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2021 12:13 AM
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}"
