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: [email protected]
With regards, Apache Git Services
