GetGanttTaskSearch

Description

This activity returns the base QueryGanttTask object which is necessary for all search operations.


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

FieldsToSelect InArgument<String>

Fields to select. If this property is Empty all fields of the task are selected. If you want to include in the search fields of one or more related data like the task resources you must add ExternalId.FieldExternalId, for example 'ResourceLinks.SecurityIdentityId'. If you want to select more than one field you must use ';' separator. Please refer to the IDMGanttTask documentation for more.

GanttExternalId InArgument<String>

The externalId of the gantt where to search the tasks. Optional

IdGantt InArgument<Guid>

The id of the gantt where to search the tasks. Optional