cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow assign to specific group members

naval
Champ in-the-making
Champ in-the-making
Hi All,

In my custom workflow, While assigning workflow for approval in user search result, i need only members of specific Group (Manager).
How can i make the do this?

Please help me in urgent

Thanks,
Naval
4 REPLIES 4

mitpatoliya
Star Collaborator
Star Collaborator
Please refer the following post

https://forums.alfresco.com/en/viewtopic.php?f=34&t=43228

It is same as what you are looking for.

naval
Champ in-the-making
Champ in-the-making
Thanks for your help mitpatoliya…
I looked in the above discussion but i didnt get it clearly.
Can you please help me in detail….

naval
Champ in-the-making
Champ in-the-making
Please help me in this in detail…
Long time, i am struggling on this issue…

mitpatoliya
Star Collaborator
Star Collaborator
The component which you see on UI are the JSF components created by Alfresco on top of basic components.
With each compoent one tag is defined so if you want to customise the component you need to override the tag support classes which are rendering the component.

This component is the UserGroupPicker and tag class is org.alfresco.web.ui.repo.component.UIUserGroupPicker.
Look in to the source code and change the logic where it is fetching the users from all the groups. :idea: