GetUsersWithSkill

Description

This activity allows you to obtain the list of users who have a certain skill. It is also possible to filter them by skillarea and skillvalue and limit the search to users of a specific domain or group of users.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc

AreaExternalId InArgument<String>

Indicates the externalId of the area in which you want to search

AreaId InArgument<Guid?>

Indicates the code of the area in which you want to search

Result OutArgument<List<User>>

SkillExternalId InArgument<String> REQUIRED

Externalid of the skill you want users to have

SkillId InArgument<Int32?> REQUIRED

Id of the skill you want users to have

SkillValue InArgument<Int32?>

Indicates the minimum value of the skill seniority that you want to have in the returned users

SkillValueCondition ENumericCondition

Indicates the condition you want to use to filter the seniority of users with the skill inserted as a filter

SkillValueMax InArgument<Int32?>

Indicates the value of the seniority maximum of the skills that you want to have in the returned users (valid only for the condition between and notincluded)

SkillValueName InArgument<String>

Indicates the name of the skill seniority that you want to have in the returned users

SkillValueNameMax InArgument<String>

Indicates the name of the skill seniority maximum that you want to have in the returned users (valid only for the condition between and notincluded)

UserDomainExternalId InArgument<String>

Indicates the domain externalId to be used to filter the list of users

UserDomainId InArgument<Int32?>

Indicates the domain code to be used to filter the list of users

UsersSubGroup InArgument<List<User>>

An additional filter which allow to specify a list of users where to search the skills.