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 activity instance to be retrieved.
Response
Request successful.
The id of the activity instance.
The id of the parent activity instance, for example a sub process instance.
The id of the activity that this object is an instance of.
The name of the activity that this object is an instance of.
The type of the activity that this object is an instance of.
The key of the process definition that this activity instance belongs to.
The id of the process definition that this activity instance belongs to.
The id of the process instance that this activity instance belongs to.
The id of the execution that executed this activity instance.
The id of the task that is associated to this activity instance. Is only set if the activity is a user task.
The assignee of the task that is associated to this activity instance. Is only set if the activity is a user task.
The id of the called process instance. Is only set if the activity is a call activity and the called instance a process instance.
The id of the called case instance. Is only set if the activity is a call activity and the called instance a case instance.
The time the instance took to finish (in milliseconds).
If true, this activity instance is canceled.
If true, this activity instance did complete a BPMN 2.0 scope.
The tenant id of the activity instance.
The process instance id of the root process instance that initiated the process containing this activity instance.