AddGanttTemplate

Description

This activity allows to add a Gantt Template to an existing Gantt.


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 - Gantt

GanttExternalId InArgument<String>

IdGantt InArgument<Guid>


Input - GanttTaskParent

ExternalIdGanttTaskParent InArgument<String>

You can add the Template Gantt Tasks as children of an existing GanttTask

IdGanttTaskParent InArgument<Guid?>

You can add the Template Gantt Tasks as children of an existing GanttTask


Input - GanttTemplate

ExternalIdGanttTemplate InArgument<String>

ExternalIdPrefix InArgument<String>

The prefix to apply to the Template Gantt Tasks if an externalId has been configured in the template, in order to keep externalIds unique. It is not possible to insert a GanttTask with an externalId that already exists

IdGanttTemplate InArgument<Guid>


Input - Mixed

StartFromDate InArgument<DateTime?>

You can make the Template Gantt Tasks start from a specific date. Default is now.


Output

The list of inserted Gantt Tasks