apache / incubator-kie-issues

Apache License 2.0
11 stars 1 forks source link

Remove references to the `openaApiPath` in the Quarkus extensions in `kie-tools` #1275

Open pefernan opened 1 month ago

pefernan commented 1 month ago

Both jbpm-quarkus-devui & sonataflow-quarkus-devui are using the Kogito application openapi.json in order to read the Process/Workflows definitions. Due to this, they require a specific openapiPath to help building the URL to the openapi.json

Recently both devui's started using a GraphQL query to read the definitions & endpoints list this configuration is no longer needed and should be removed.