Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
activityInstanceId, instanceId, executionId, activityId, activityName, activityType, startTime, endTime, duration, definitionId, occurrence, tenantId Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Filter by activity instance id.
Filter by process instance id.
Filter by process definition id.
Filter by the id of the execution that executed the activity instance.
Filter by the activity id (according to BPMN 2.0 XML).
Filter by the activity name (according to BPMN 2.0 XML).
Filter by activity type.
Only include activity instances that are user tasks and assigned to a given user.
Only include finished activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include unfinished activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include canceled activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include activity instances which completed a scope.
Value may only be true, as false behaves the same as when the property is not set.
Filter by a comma-separated list of ids. An activity instance must have one of the given tenant ids.
Only include historic activity instances that belong to no tenant. Value may only be true, as false is the default behavior.
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.