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:
|
||||||
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. |