RestartProcess

Description

Restarts the a DocsMarshal process


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

ProcessExternalId InArgument<String>

The ExternalId of the process to restart

ProcessId InArgument<Guid>

The ID of the process to restart

UseNewDesign InArgument<Boolean>

If the process was disconnected from the main design then this parameter indicates whether the process should run with the latest version of the Workflow design. The default value is true.