You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/04 20:21:35 UTC

[GitHub] mrutkows opened a new issue #847: Programming Guide: Sequences example (with web actions)

mrutkows opened a new issue #847: Programming Guide: Sequences example (with web actions)
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/847
 
 
   See: https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/src/integration/websequence/manifest.yaml
   
   ```
           sequences:
               greeting-sequence-1:
                   actions: greeting-1, greeting-2
                   web: true
               greeting-sequence-2:
                   actions: greeting-1, greeting-2
                   web: raw
   ```
   
   for example, although the actions for "greeting-1" and "greeting-2" may not be declared as web actions, the sequence "greating-sequence-1" produces an action (sequence) that is itself a web action.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services