OrgChartGetSiblings

Description

This activity allows to get all the siblings of a security identity in an organization chart.


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

IncludeSecurityIdentityIdInResult InArgument<Boolean>

An optional parameter which allow to choose if to include the input security identity in results. The default value is false, set it to true if you want to exclude the input security identity from the results.

OrgChartExternalId InArgument<String>

Optional parameter indicating the externalId of the reference organization chart. If not evaluated, the system will use the organization chart associated with the workflow, if the workflow does not have an associated organization chart, the system will use the plant organization chart

The parent of the given security identity.


Security Identity

BusinessRoleExternalId InArgument<String>

The ExternalId of the business role on which the activity must work.

SecurityIdentityId InArgument<Int32>

Id of the user, group or BusinessRole on which the activity must work.

UserExternalId InArgument<String>

The ExternalId of the user on which the activity must work.

UserGroupExternalId InArgument<String>

The ExternalId of the user group on which the activity must work.