how can i modify query to get only the users of my site not all the users while starting a workflow ?

cancel
Showing results for 
Search instead for 
Did you mean: 
a_mohammed
Member II

how can i modify query to get only the users of my site not all the users while starting a workflow ?

in start workflow i need to only get users that are site members

1 Reply
roberto_gamiz
Established Member II

Re: how can i modify query to get only the users of my site not all the users while starting a workflow ?

Hello,

I think that a good option could be create a custom form control based on the out of the box authority one.

In this new control you can configure the Alfresco.ObjectFinder to use your owns backend services to obtain the list of user.

You can use this new control in the definition of the start form of your workflow. You can use a control param to indicate the site in which get the users.

Regards