GetTaskSearchByProcess

Description

This activity returns the base QueryTask object adding a filter to return list of all the tasks related to a specific process. IdProcess and ProcessExternalId mustn't be used together.


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

IdProcess InArgument<Guid>

The ID of the process to get the tasks from.

ProcessExternalId InArgument<String>

The ExternalID of the process to get the tasks from.