RemoveRecoverableProcess

Description:

Removes the specified recoverable process instance from the list of potential recoverable processes. After executing this method, the checkpoint data of the specified process instance is removed and the process instance will no longer be able to be recovered. Obtain the process ID of the recoverable process with the GetRecoverableProcesses method.

Method Arguments:

The following table describes the arguments of this microagent method:

Argument Name

Description

ProcessId

Process ID of the process instance you wish to remove from the recoverable process instance list.

Output:

None