pritidesai commented on issue #884: passing parameters between manifest and 
deploy.yml
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/884#issuecomment-386160050
 
 
   It does show payload on trigger with:
   
   ```
   wsk trigger get periodic
      "response": {
           "result": {
               "config": {
                   "cron": "*/2 * * * *",
                   "name": "periodic",
                   "namespace": "",
                   "payload": {
                       "name": "Odin",
                       "place": "Asgard"
                   }
               },
   ```

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


With regards,
Apache Git Services

Reply via email to