Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LuboTerifaj opened this issue Jun 11, 2024 · 0 comments

Comments

@LuboTerifaj
Copy link

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:

  • 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: #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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant