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/05/02 22:51:47 UTC

[GitHub] csantanapr commented on issue #884: passing parameters between manifest and deploy.yml

csantanapr commented on issue #884: passing parameters between manifest and deploy.yml
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/884#issuecomment-386145651
 
 
   @pritidesai @beemarie 
   
   With alarm feed you need to use the parameter `trigger_payload`
   
   For example:
   ```
   wsk trigger create my-alarm-trigger-1 --feed /whisk.system/alarms/alarm --param cron "30 2 * * *" --param trigger_payload "{\"name\":\"Priti\",\"place\":\"Home\"}"
   ```
   
   More info in the alarm docs:
   https://github.com/apache/incubator-openwhisk-package-alarms#firing-a-trigger-on-a-time-based-schedule-using-cron

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