Closed incidents are missing in the Rest API response for historic activity statistics

XMLWordPrintable

      Execute:

      GET history/process-definition/aProcessDefinitionId/statistics?closedIncidents=true
      

      Observed:
      Currently, the closedIncidents in the result is missing.

      {
          "id": "anActivity",
          "instances": 123,
          "canceled": 0,
          "finished": 0,
          "completeScope": 20
        }
      

      Expected:

      {
          "id": "anActivity",
          "instances": 123,
          "canceled": 0,
          "finished": 0,
          "completeScope": 20,
          "closedIncidents": 100
        }
      

      https://docs.camunda.org/manual/develop/reference/rest/history/process-definition/get-historic-activity-statistics/

            Assignee:
            Unassigned
            Reporter:
            Yana Vasileva
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: