cancel
Showing results for 
Search instead for 
Did you mean: 

Assign a system group to a workflow task

vincent_roye
Champ in-the-making
Champ in-the-making
Hi,

Is there a way to assign a system group to a workflow task ? I would like to see "site_ABC_SiteConsumer" when I have to select an assignee group.

Thank you,

Vincent
1 REPLY 1

scouil
Star Contributor
Star Contributor
You'll need to edit pickerchildren.get.js
The problem is with the line:
var searchResults = groups.getGroupsInZone(searchTerm, "APP.DEFAULT", paging, "displayName");


Then if you want to make it an optional parameter to only have those system groups in your workflow and not others, which I recommend, you'll need a bit more work