GetGanttTaskById

Description

This activity allows to retrieve a Gantt Task.


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

LoadDependencies InArgument<Boolean>

By default true, it will load the Gantt Task Dependencies that starts from this GanttTask. You will find them in the Dependencies property

LoadResourceLinks InArgument<Boolean>

By default true, it will load the Gantt Task Resources of this GanttTask. You will find them in the ResourceLinks property


Input - ByExternalId

GanttExternalId InArgument<String>

GanttTaskExternalId InArgument<String>


Input - ById

IdGanttTask InArgument<Guid>


Output

The list of Dependencies that starts from this Gantt Task. If the Gantt Task has not been found, null

GanttTask OutArgument<GanttTask>

An object containing the Gantt Task infos. If the Gantt Task has not been found, null

The list of Resources assigned to this Gantt Task. If the Gantt Task has not been found, null