We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-foreach-quarkus example.
curl -X POST -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"input": [1,2,3]}' http://localhost:8080/foreach
{ "workflowdata": { "output": [ 2, 3, 4 ] } }
{"id":"c9e6815d-9363-44fd-bd9f-29c7e0813cef","workflowdata":{"output":[4,6,8]}}
All issues listed above are resolved.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Update serverless-workflow-foreach-quarkus example.
Issues
curl -X POST -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"input": [1,2,3]}' http://localhost:8080/foreach
{"id":"c9e6815d-9363-44fd-bd9f-29c7e0813cef","workflowdata":{"output":[4,6,8]}}
Acceptance criteria
All issues listed above are resolved.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: