-
Bug
-
Resolution: Done
-
Major
-
None
-
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`