GetTaskSearch

Description

This activity returns the base QueryTask 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.

Misc

FieldsToSelect InArgument<String>

If this property is Empty all fields of the tasks will be selected. If you want to include in the search fields of the Processes you can add 'Process.' and the name of the field. If you want to select more than one field you must use ';' separator