Content Server 20.4 - Folder triggered WebReport initiating a Workflow — how to set assignments to project Member group.
In a project I have a WR Trigger that starts an approval workflow and I want to set the reviewer task assignment to one of the project-specific groups. Furthermore, I want to do this within a project template so that all new projects get their own project-specific approval work.
Workflow assignments in projects do not have access to the project participant groups via normal user/group browse, the only project specific user/group I see is "Initiator". So, I created a user attribute, use that for the assignment and provide the attribute value from the triggered WR. I used "Nodeinfo:GROUPID" and it provided the Coordinators group —- that was almost great, except that I wanted the Members group. Unfortunately it does not appear possible to reassign a project folder's OwnerGroup :-(
The Member group is part of the "Assigned Access" on the folder and I can get access to that via PERMINFO:ASSIGNEDACCESS LIST:2 ASSOC:Name but
PERMINFO:ASSIGNEDACCESS LIST:2 ASSOC:ID fails, presumably because it isn't a valid sub-tag of the ASSOC. I don't know where to find the valid sub-tags for ASSOC as they relate to PERMINFO but sub-tags for PERMINFO itself suggest only the permission masks are available, not the ID of the user / group associated with it.
So, I was/am close to a solution but I'm a bit stuck now and hoping somebody has a bright idea of how I can assign a task within a workflow to a project's "Member" group either within a Content Server workflow, a triggered webreport, or perhaps an event script like "RM - Set Records Officer" so that the workflow doesn't change but a task assignment does depending on the project itself.
Dave