You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: "}}
Description
Update serverless-workflow-functions-quarkus example.
Issues
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
{"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: "}}
Acceptance criteria
All issues listed above are fixed.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: