SetGanttTaskResources

Description

This activity allows to set Gantt Task Resources.


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

Resources InArgument<List<Int32>> REQUIRED

The list of SecurityIdentityIds to set to the Gantt Task. You always need to pass the full list of SecurityIdentities because anything that is not in this list will be removed from the GanttTask


Input - ByExternalId

GanttExternalId InArgument<String>

GanttTaskExternalId InArgument<String>


Input - ById

IdGanttTask InArgument<Guid>


Output

The list of Resources assigned to this Gantt Task.