How to use parameters for user group? I have a state-full process and I want to use a set of users for a particular state of task and I want to set those users through parameter. Can anyone help me to set the group of users in a parameter.?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
I hope the set of users are static. If so, create a group (say, test_group) through DQL or DA and add the add the set of users in the group. Create a group parameter (say, Test Group).
Open the activity inspector of the particular task (activity). In the Performers tab, click on Add, select the 'Group from Parameter' and then select the 'Test Group' parameter. Now, the Performer List will have the Group parameter.
In case your requirement is different from the above, please put in other words.
Thanks for the response...
It is working....