Skip to main content
Version: 8.6

Get flow node statistic by process instance id

GET 

http://localhost:8080/v1/process-instances/:key/statistics

Get flow node statistic by process instance id

Request​

Path Parameters

    key int64required

    Key of process instance

Responses​

Success. Returns statistics for the given process instance, grouped by flow nodes

Schema
  • Array [
  • activityIdstring

    The id of the flow node for which the results are aggregated

    activeint64

    The total number of active instances of the flow node

    canceledint64

    The total number of canceled instances of the flow node

    incidentsint64

    The total number of incidents for the flow node

    completedint64

    The total number of completed instances of the flow node

  • ]

Authorization: http

name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
curl -L 'http://localhost:8080/v1/process-instances/:key/statistics' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
http://localhost:8080
Auth
Parameters
— pathrequired