I tried the code from this answer Parallel Actions in OpenWhisk
But instead of getting the result, i only get back the activationID. It seems that the actions are not blocking when invoking an array of actions?
I tried the code from this answer Parallel Actions in OpenWhisk
But instead of getting the result, i only get back the activationID. It seems that the actions are not blocking when invoking an array of actions?
The calls to "action1, action2", in the code, which you have linked to, are done blocking. However, that does not affect the way you call the action itself. To call it blocking, use
This will give you a lot of output. You can reduce it by filtering to the result only