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

Update serverless-workflow-functions-quarkus example #1971

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

Update serverless-workflow-functions-quarkus example #1971

LuboTerifaj opened this issue Jun 18, 2024 · 0 comments

Comments

@LuboTerifaj
Copy link

Description

Update serverless-workflow-functions-quarkus example.

Issues

  • Different result from request command curl -X POST -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"inputNumbers": [1,2,3,4,5,6,7,8,7]}' http://localhost:8080/RestExample
    • readme file output:
      {
        "inputNumbers": [
          1,
          2,
          3,
          4,
          5,
          6,
          7,
          8,
          7
        ]
      }
      
    • application output: {"id":"ae2c12c4-0732-4c9c-a00e-a1f01a9d49e1","workflowdata":{"inputNumbers":[1,2,3,4,5,6,7,8,7],"randomNumber":3,"sum":129,"message":"The sum is: "}}
  • Issues in Deploying with Kogito Operator section
    • There shouldn't be any Kogito reference
    • No enough information how to use the operator with the example

Acceptance criteria

All issues listed above are fixed.

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