ADGroup

Note: The ADGroup participant resolver is available in Winshuttle Composer and Winshuttle Designer 10.7 (and later).

The ADGroup resolver is similar to the Select From Role resolver except that it selects users from an Active Directory group instead of a SharePoint group.

Argument

Description

domain
(required)

The name of the domain in which the group exists.

groupname (required)

The name of the Active Directory group.

recursive
(optional)

Whether to load users recursively from the group if the group contains other groups.

Default value is false.

display
(optional)

If true, the Swim Lane assignment will appear in the Process Control and Workflow Participant Controls on the form.

If false, the Swim Lane assignment is done automatically. (Person assignment will assign to first person in the group, Team assignment will assign to all members of the group.)

Default value is true.

allowselect (optional)

If true and there are no users in the AD group, this resolver will revert to the SelectFromRole behavior.

If false and there are no users in the AD group, the process will fail when it reaches an activity in this Swim Lane.

Default value is true.

username (optional)

Username to use for connecting to the Active Directory.

This may also be an SVConfigurator key for storing an encrypted value in the configuration database.

If this parameter is not specified, the SharePointImpersonationUsername configuration value will be used.

password (optional)

If the username parameter is specified, this contains the corresponding password of the account to use when connecting to AD. If username is not provided, this parameter is ignored.

This may also be an SVConfigurator key for storing an encrypted value in the configuration database.

If this parameter is not specified, the SharePointImpersonationPassword configuration value will be used.