GetProcessByExternalId

Description

This activity allows to get a process in DocsMarshal given its ExternalId.


Misc

ExternalId InArgument<String> REQUIRED

The ExternalId of the process to search.

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.

ProcessStatus InArgument<String>

As an additional filter it si possible to specify the status of the process to search. It is possible to provide multiple status using the ';' separator ("status1;status2;status3").

Here you can find the list of the possible value.