Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
256
stars
383
forks
source link
Wrong instructions for Building the Callback Events Over HTTP Quarkus Example #1953
Open
LuboTerifaj opened 5 months ago
Description
Wrong instructions for Building the Callback Events Over HTTP Quarkus Example.
Details
If you follow the instructions in the example and run
mvn clean package
command:You need to run:
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