GetGanttEvents

Description

This activity allows you to retrieve the details of the gantt events


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

Id of the Gantt

IdGanttTask InArgument<Guid?>

Optionally you can filter the search by providing a specific gantt task

IgnoreSpecificTaskEvents InArgument<Boolean>

Default true, the activity will return only the generic events related to the Gantt but not to its gantt tasks. If false it will also include gantt events related to specific gantt tasks


Misc