UpdateGanttTask

Description

This activity allows to update 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

GanttTask InArgument<GanttTask> REQUIRED


Output


Utilities

CompletitionDate InArgument<DateTime?>

You can easily set the GanttTask Completition Date by setting this value. Note: you will also need to change the GanttTask State to the Completed one.

GanttTaskStateExternalId InArgument<String>

You can easily set the GanttTask State by setting this value with the Gantt Task State ExternalId

TakeInChargeDate InArgument<DateTime?>

You can easily set the GanttTask Take in Charge Date by setting this value. Note: you will also need to change the GanttTask State to the InCharge one.