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
Since openwhisk requires return of dictionaries, the return value should be either an error or should include the complete activation, not just the result.
When blocking=true, the response is containing just the value.
[
1,
2,
3,
4
]
Additional information you deem important:
Issue is happening with last versions of docker images published. #2027
The text was updated successfully, but these errors were encountered:
emanuelpinho
changed the title
Return of Arrays in Node.js Action is not working
Return of Arrays in Node.js Action does not return error and return invalid response
Jul 24, 2024
Environment details:
Bug description
I am experiencing unexpected behavior when invoking a Node.js action that returns an array with blocking query parameter.
Steps to reproduce the issue:
Provide the expected results and outputs:
Since openwhisk requires return of dictionaries, the return value should be either an error or should include the complete activation, not just the result.
Provide the actual results and outputs:
blocking=true
, the response is containing just the value.Additional information you deem important:
Issue is happening with last versions of docker images published.
#2027
The text was updated successfully, but these errors were encountered: