ProcessSearch

Description

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


Misc

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.

QueryProcess InArgument<IQueryProcess> REQUIRED

This argument represents the search query to be executed.

Use the activity GetProcessSearch to get the basic query and then use the SetWhere...Field or SetWhere...Parameter activities to apply some conditions.

The result of the search operation.