GetRecoverableProcesses

Description:

Retrieves the process instances that can be recovered. For more information about recoverable process instances, see Managing Recoverable Process Instances. Use the returned process instance ID in the RestartRecoverableProcess or RemoveRecoverableProcess commands.

Method Arguments:

None.

Output:

The following table describes the output of this microagent method:

Column Name

Description

Id

ID for the process instance.

Status

Status of the process instance. Can be one of the following:

faulted — this status occurs when the process instance is terminated due to an unhandled exception.
interrupted — this status occurs when the process instance is terminated due to engine failure (and the instance did not automatically restart when the engine restarted) or a manual termination.

TrackingId

Tracking ID for the process instance.

CustomId

Custom ID for the process instance.

ProcessName

Process definition for this process instance.

RestartActivity

Name of the last executed Checkpoint activity in the process instance. This is the point at which the process instance will begin executing when it is restarted.