yesamer commented on code in PR #1888: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/1888#discussion_r1512667093
########## kogito-quarkus-examples/dmn-multiple-models-quarkus-example/README.md: ########## @@ -0,0 +1,171 @@ +# DMN + Quarkus example with multiple models + +## Description + +A simple DMN service to evaluate different models (traffic violation, habitability) with also importing feature (traffic violation). + +Demonstrates DMN on Kogito capabilities, including REST interface code generation. + +## Installing and Running + +### Prerequisites + +You will need: + - Java 11+ installed Review Comment: In my opinion, it can be done in this PR https://github.com/apache/incubator-kie-kogito-examples/pull/1885, I already asked if is possible. If not, we can create a new PR -- 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]
