Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-10991

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

    XMLWordPrintable

Details

    Description

      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/

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                yana.vasileva Yana Vasileva
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce