TaskSearch

Description

This activity performs the search operation on tasks given a QueryTask object and returns the results as a DataTable. It is also returned an ISearchResult object which has more precise informations about the results.


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

Search InArgument<IQueryTasks> REQUIRED

This argument represents the search query to be executed.

Use the activity GetTaskSearch to get the basic query and then use the SetWhereField activities to apply some conditions.

The result of the search operation.