GetTaskSearchByWorkflow

Description

This activity returns the base QueryTask object adding a filter to return list of all the tasks related to a specific workglow. IdWorkflow and WorkflowExternalId 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

IdWorkflow InArgument<Guid>

The ID of the workflow to get the tasks from.

WorkflowExternalId InArgument<String>

The ExternalID of the workflow to get the tasks from.