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

OpenAPI: ActivityInstanceIncidentDto has wrong property: activityId vs parentActivityInstanceId

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • None
    • None
    • None
    • None

    Description

      https://docs.camunda.org/manual/7.15/reference/rest/process-instance/get-activity-instances/

       

       

             incidents:
                type: array
                nullable: true
                items:
                  $ref: '#/components/schemas/ActivityInstanceIncidentDto'
                description: |-
                  A list of JSON objects containing incident specific properties:
                  * `id`: the id of the incident
        See --->  * `activityId`: the activity id in which the incident occurred
          ActivityInstanceIncidentDto:
            type: object
            description: 'An activity instance, incident pair.'
            properties:
              id:
                type: string
                nullable: true
                description: The id of the incident.
              parentActivityInstanceId:  <----- WRONG
                type: string
                nullable: true
                description: The activity id in which the incident happened.
      

       

       

      Property should be: activityId, but the ActivityInstanceIncidentDto has a property named: parentActivityInstanceId

       

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              miklas.boskamp Miklas Boskamp
              StephenOTT Stephen Russett
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce