SetGanttTaskProperties

Description

This activity allows to runtime set Gantt Task properties of a given object.

Note: This activity does not perform update, if you are looking for this behavior please use the UpdateGanttTask activity instead.

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


Properties

Description InArgument<String>

Duration InArgument<Int32>

Duration of the Gantt Task in minutes. 0 Minutes equals to a milestone

ExternalId InArgument<String>

IdGanttTaskParent InArgument<Guid>

Id of the Gantt Task Parent

IsParentNode InArgument<Boolean>

ObjectId InArgument<Guid?>

ObjectId of the Profile to link to the current Gantt Task

Priority InArgument<Int32>

Progress InArgument<Decimal>

StartDate InArgument<DateTime>

StartDateForced InArgument<Boolean>

If true, the Planning Service cannot re-plan the StartDate to a previous date than the one defined in the property 'StartDate'

TaskStateExternalId InArgument<String>

ExternalId of the GanttTaskState