pefernan commented on code in PR #3401:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3401#discussion_r1487375100
##########
quarkus/addons/events/process/runtime/src/main/resources/META-INF/quarkus-extension.yaml:
##########
@@ -22,10 +22,13 @@ description: Kogito Add-On for Processes Events
metadata:
keywords:
- kogito
- - bpmn
- - process
+ - BPMN
+ - processes
- events
# TODO: add process guide
guide: https://quarkus.io/guides/kogito
categories:
- "business-automation"
+ status: "stable"
+ config:
+ - "kogito.events."
Review Comment:
@ricardozanini I took that property key from the `@ConfigRoot` in the
extension's
[EventsRuntimeConfig](https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java#L25)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]