AdminStudio Active Directory Group

Workflow Manager 2015

When a workflow template includes a workflow phase with a Phase Type of AdminStudio Workflow, that phase is performed in its entirety as an AdminStudio project. You can then assign an AdminStudio user to that workflow phase on the Assignment Details page.

When the AdminStudio client tool is connected to the Workflow Manager database, the AdminStudio Process Assistants tab displays a list of Workflow Manager users—both database users and Active Directory users—along with their assigned projects.

In order to instruct AdminStudio to list only those Active Directory users that use AdminStudio on the Process Assistants tab, you need to set the AdminStudioADGroup property in the web.config file to the name of the Active Directory group that the AdminStudio users belong to. For example:

<add key="AdminStudioADGroup" value="ASADGroupName"></add>

If you do not supply an AdminStudio Active Directory user group, the AdminStudio Process Assistants tab will display all Workflow Manager users, which could be a large list.

By default, no AdminStudio Active Directory group is set in web.config.