UpdateGantt

Description

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

IdGantt InArgument<Guid> REQUIRED


Input - DocsMarshalPortal

ClearPortalCache InArgument<Boolean?>

The Activity will try to contact DocsMarshalPortal (defined in the GlobalConfig) to clear the involved caches. Default is true.


Input - Folder

IdGanttFolder InArgument<Guid?>


Input - Gantt States

GanttTaskStates InArgument<List<Int32>>

The list of GanttTaskStates that will be available for this Gantt


Input - Main

Description InArgument<String>

ExternalId InArgument<String>

GanttServiceEnabled InArgument<Boolean>

Allows to dynamize Gantt Tasks, bring milestone alerts and much more


Input - Resources

GanttResourceIds InArgument<List<Int32>>

If ResourceManagementType 'OrganizationChart' has been chosen, you can limit the amount of resources to use in the Gantt. If ResourceManagementType 'FixedSelection' has been chosen, the Gantt will use the securities given as the assignable ones

IdOrganizationChart InArgument<Guid?>

ResourceManagementType InArgument<EGanttResourceManagementType?>

You can set how the Gantt should retrieve the assignable resources. If 'OrganizationChart' is selected, the final user will be able to assign the resources to its activity that respects the Organization Chart defined. If 'FixedSelection' is selected, the Gantt will use a given list.


Output

Result OutArgument<Gantt>