Task Assignment

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 03:51 AM
Hello all,
I have created an organizational structure in Process Services with:
- Big Group Manager - Subgroup Manager - Specialists
If there any way to assign the user task to subgroup managers instead of primary group managers of process initiator (lowest in hierarchy) ?
- Labels:
-
Alfresco Process Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 02:30 AM
I think that it is not possible with the current configuration because what we can do at the moment is just disabling the assignment for the primary group Manager using the following property in your activiti-app.properties:
app.runtime.groupTasks.involveGroupManager.enabled = false
Have you tried to change the primary group from Identity Management > Users > Select an action > Change primary group ?
Anyway probably the unique solution could be override of the APS Java services related to this behavior using the APS SDK.
