Execution Statistics

Execution Statistics

Endpoint for retrieving workflow statistics.

Request
URI
GET
https://{api_host}/vco/api/mgmt/statistics/workflow-execution
COPY
Query Parameters
boolean
localOnly
Optional
Constraints: default: false

localOnly

integer
limit
Optional
Constraints: default: 5

limit

string
sort
Optional

sort


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns WsWorkflowExecutionStatisticsList of type(s) application/json
{
    "statistics": [
        {
            "id": "string",
            "activities": [
                {
                    "id": "string",
                    "total-time": 0,
                    "number-of-executions": 0,
                    "number-of-transitions": 0,
                    "max-time": 0
                }
            ],
            "total-time": 0,
            "number-of-transitions": 0,
            "total-number-of-transitions": 0,
            "token-size": 0,
            "token-blocked": 0,
            "token-system": 0,
            "token-User": 0,
            "token-wait": 0,
            "plugins": [
                {
                    "plugin-name": "string",
                    "total-time": 0,
                    "number-of-executions": 0
                }
            ]
        }
    ]
}
array of object
statistics
Optional

statistics


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/mgmt/statistics/workflow-execution