LuboTerifaj opened a new issue, #1953: URL: https://github.com/apache/incubator-kie-kogito-examples/issues/1953
### Description Wrong instructions for Building the [Callback Events Over HTTP Quarkus Example](https://github.com/apache/incubator-kie-kogito-examples/tree/stable/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus). #### Details If you follow the instructions in the example and run `mvn clean package` command: - there is Missing “target/quarkus-app/quarkus-run.jar” file in the example root, so you cannot execute it. You need to run: 1. "callback-event-service" first 2. then, "callback-workflow". After that you can execute your workflows. #### Notes There is also similar issue with Local Dev mode, tracked by: https://github.com/apache/incubator-kie-kogito-examples/issues/1952 ### Acceptance criteria The documentation for the example is updated, or the example itself is updated to reflect the current documentation. ### Implementation ideas _No response_ -- 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]
