tardieu commented on a change in pull request #3202: Support action continuations in the controller URL: https://github.com/apache/incubator-openwhisk/pull/3202#discussion_r166299440
########## File path: docs/compositions.md ########## @@ -73,11 +79,18 @@ For each conductor invocation (except for the first one) the _state_ produced by As with sequences, there is one activation record for each action invoked as part of a composition plus one activation record for composition itself. ``` -$ wsk action invoke composition -p value 3 +wsk action invoke composition -p value 3 +``` +``` ok: invoked /_/composition with id 4f91f9ed0d874aaa91f9ed0d87baaa07 - -$ wsk activation get 4f91f9ed0d874aaa91f9ed0d87baaa07 +``` +``` +wsk activation get 4f91f9ed0d874aaa91f9ed0d87baaa07 Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
