apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
256 stars 383 forks source link

Wrong instructions for Building the Callback Events Over HTTP Quarkus Example #1953

Open LuboTerifaj opened 5 months ago

LuboTerifaj commented 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:

  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