This condition checks that user is member of specified Active Directory group.

is_user_a_member_of_an_active_directory_group_(free)_1
SharePoint Workflow Designer Phrase

If this user is a member of this group Active Directory group in this domain.

Parameters

ParameterDescription
this userUser login name. Ex: “user@domain”, “domain\user” or “user”
this groupPath to existing user group.Supported formats:
- Full LDAP path “CN= group,OU=Test,DC=yourdomain,DC=local”
- Simple path from root with domain “yourdomain\test\group” or “yourdomain/test/group”
- Simple path from root without domain “test\group” or “test/group”,domain will be resolved automatically.
Use Active Directory Explorer (http://technet.microsoft.com/en- us/sysinternals/bb963907.aspx) to get correct LDAP path.
this domainDomain name.