rabbah commented on a change in pull request #3202: Support action 
continuations in the controller
URL: 
https://github.com/apache/incubator-openwhisk/pull/3202#discussion_r165250324
 
 

 ##########
 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:
   you can avoid this and simplify the doc perhaps using `wsk activation get 
--last`
   so you dont have to show generic ids, and makes it easier for someone to 
just copy/paste/run the commands.

----------------------------------------------------------------
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

Reply via email to