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 definition.
Query Parameters
Whether to include the number of canceled activity instances in the result or not. Valid
values are true or false. Default: false.
Whether to include the number of finished activity instances in the result or not. Valid
values are true or false. Default: false.
Whether to include the number of activity instances which completed a scope in the result
or not. Valid values are true or false. Default: false.
Whether to include the number of incidents. Valid values are true or false. Default: false.
Restrict to process instances with the given IDs. The IDs must be provided as a comma- separated list.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
activityId 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 Response
Request successful.
The id of the activity the results are aggregated for.
The total number of all running instances of the activity.
The total number of all canceled instances of the activity. Note: Will be 0
(not null), if canceled activity instances were excluded.
The total number of all finished instances of the activity. Note: Will be 0
(not null), if finished activity instances were excluded.
The total number of all instances which completed a scope of the activity.
Note: Will be 0 (not null), if activity instances which
completed a scope were excluded.
The total number of open incidents for the activity. Note: Will be 0 (not
null), if incidents is set to false.
The total number of resolved incidents for the activity. Note: Will be 0 (not
null), if incidents is set to false.
The total number of deleted incidents for the activity. Note: Will be 0 (not
null), if incidents is set to false.