Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the historic process instance to be retrieved.
Response
Request successful.
The id of the process instance.
The process instance id of the root process instance that initiated the process.
The id of the parent process instance, if it exists.
The id of the parent case instance, if it exists.
The id of the parent case instance, if it exists.
The name of the process definition that this process instance belongs to.
The key of the process definition that this process instance belongs to.
The version of the process definition that this process instance belongs to.
The id of the process definition that this process instance belongs to.
The business key of the process instance.
The time the instance took to finish (in milliseconds).
The id of the user who started the process instance.
The id of the initial activity that was executed (e.g., a start event).
The provided delete reason in case the process instance was canceled during execution.
The tenant id of the process instance.
Last state of the process instance, possible values are:
ACTIVE - running process instance
SUSPENDED - suspended process instances
COMPLETED - completed through normal end event
EXTERNALLY_TERMINATED - terminated externally, for instance through REST API
INTERNALLY_TERMINATED - terminated internally, for instance by terminating boundary event
ACTIVE, SUSPENDED, COMPLETED, EXTERNALLY_TERMINATED, INTERNALLY_TERMINATED The id of the original process instance which was restarted.