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 process instance for which the activity instance should be retrieved.
Response
Request successful.
A JSON object corresponding to the Activity Instance tree of the given process instance.
The id of the activity instance.
The id of the parent activity instance, for example a sub process instance.
The id of the activity.
The name of the activity
The name of the activity. This property is deprecated. Please use 'activityName'.
The type of activity (corresponds to the XML element name in the BPMN 2.0, e.g., 'userTask')
The id of the process instance this activity instance is part of.
The id of the process definition.
A list of child activity instances.
A list of child transition instances. A transition instance represents an execution waiting in an asynchronous continuation.
A list of execution ids.
A list of incident ids.
A list of JSON objects containing incident specific properties:
id: the id of the incidentactivityId: the activity id in which the incident occurred