WorkflowGrantGetProperties

Description

With this activity you can take all properties singularly from a WorkflowGrant.


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.

Input

Grant InArgument<WorkflowGrant> REQUIRED

The grant whose properties you want to read.


Output

CanDeleteProcesses OutArgument<Boolean>

The property CanDelete of the given Grant.

CanEdit OutArgument<Boolean>

The property CanManageSecurity of the given Grant.

CanEditModel OutArgument<Boolean>

The property CanRead of the given Grant.

CanEditProcesses OutArgument<Boolean>

The property CanEdit of the given Grant.

CanRead OutArgument<Boolean>

The property CanEdit of the given Grant.

CanReadProcesses OutArgument<Boolean>

The property CanEdit of the given Grant.

SecurityIdentityId OutArgument<Int32>

The ID of the Security Identity (User, UserGroup or BusinessRole) to which the grant refears.

WorkflowExternalId OutArgument<String>

The ExternalId of the Workflow to which the grant refers.

WorkflowId OutArgument<Guid>

The Id of the Workflow to which the grant refers.