Skip to main content
Version: 8.5

Get flow node statistic by process instance id

GET 

/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 [
  • activityId string

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

    active int64

    The total number of active instances of the flow node

    canceled int64

    The total number of canceled instances of the flow node

    incidents int64

    The total number of incidents for the flow node

    completed int64

    The total number of completed instances of the flow node

  • ]
Loading...