You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/28 08:34:47 UTC

[GitHub] daisy-ycguo commented on issue #394: Change manifest file to not need specific location of action in rules and sequences

daisy-ycguo commented on issue #394: Change manifest file to not need specific location of action in rules and sequences
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/394#issuecomment-325294433
 
 
   @zachschultz Will you try blow manifest, removing `cloudant-trigger/` from `cloudant-trigger/process-change` and `cloudant-trigger/process-change-cloudant-sequence`? I think it works. Let me know how it works in your test env.
   
   ```
   package:
       name: cloudant-trigger
      ...
       actions:
           process-change:
               function: actions/process-change.js
       sequences:
           process-change-cloudant-sequence:
               actions: openwhisk-cloudant/read, process-change
       rules:
           log-change-rule:
               trigger: data-inserted-trigger
               action: process-change-cloudant-sequence
   ```
 
----------------------------------------------------------------
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