Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-9673

spec.annotations are missing from /management/process/{$ID}

XMLWordPrintable

    • False
    • None
    • False
    • ---
    • ---
    • 2023 Week 33-35 (from Aug 14)

      Spec annotation can not be retrieved by the management endpoints (maybe through the openapi spec) and its helpful to use those by a backstage plugin to add backstage-related annotation on it.

      Actual:
      Have a spec of:
      ```yaml
      id: foo
      name: foo
      annotations:

      • "foo/bar"

      GET /management/processes/foo

      { "name": "foo", "description": null, "id": "foo", "type": "SW", "version": "v0.1" }

      I looked into org.kie.kogito.process.Process interface and it is missing there as well (2.0.0 snapshot) and also nothing returns it on `BaseProcessInstanceManagementResource`

            ftirados Francisco Javier Tirado Sarti
            rgolan1@redhat.com Roy Golan
            Marian Macik Marian Macik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: