Open LuboTerifaj opened 5 months ago
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
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