获取运行时长报告
Retrieves a report about the duration of completed process instances, grouped by a period. These reports include the maximum, minimum and average duration of all completed process instances which were started in a given period.
Note: This only includes historic data.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Mandatory. Specifies the type of the report to retrieve.
To retrieve a report about the duration of process instances, the value must be set to duration.
Mandatory. Specifies the granularity of the report. Valid values are month and quarter.
month, quarter Filter by process definition ids. Must be a comma-separated list of process definition ids.
Filter by process definition keys. Must be a comma-separated list of process definition keys.
Restrict to instances that were started before the given date.
By default [blocked], the date must have the format yyyy-MM-dd'T'HH:mm:ss.SSSZ, e.g., 2016-01-23T14:42:45.000+0200.
Response
Request successful.
Specifies a timespan within a year.
Note: The period must be interpreted in conjunction with the returned periodUnit.
The unit of the given period. Possible values are MONTH and QUARTER.
MONTH, QUARTER The smallest duration in milliseconds of all completed process instances which were started in the given period.
The greatest duration in milliseconds of all completed process instances which were started in the given period.
The average duration in milliseconds of all completed process instances which were started in the given period.