Ad-hoc-workflow selected user groups

Ashwini Pal March 19, 2014

Dear All,

We are using Ad hoc workflow. By default all users from AD are visible to select in aproval workflow. In our requirement we have different groups and want only few groups should be visible at selection time in user deropdown.

Any help would be much appriciated.

Thanks

Ashwini Pal

1 answer

1 accepted

1 vote
Answer accepted
Miguel Reimer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 20, 2014

Hi Ashwini,

You need to modify the workflow markup. If for example you were using our "Simple Approval Workflow", you want to change:

{state:In Progress|approved=Approved|taskable=true}
    {approval:Review|assignable=true}
{state}

to:

{state:In Progress|approved=Approved|taskable=true}
    {approval:Review|assignable=true|group=group1, group2}
{state}

this will limit assigning the approval to users from those groups.

Thanks
Miguel

Suggest an answer

Log in or Sign up to answer