pritidesai commented on issue #884: passing parameters between manifest and 
deploy.yml
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/884#issuecomment-386159548
 
 
   thanks @csantanapr I talked to @dubee and tried the same with 
`trigger_payload` without any success:
   
   Trigger create with:
   
   ```wsk trigger create locationUpdate --param name Odin --param place 
Asgard```
   
   Creates parameters under *Parameters* section in UI
   
   
![image](https://user-images.githubusercontent.com/206285/39555224-81f0572c-4e2c-11e8-8ad4-c59ba9e69249.png)
   
   But when I create alarm trigger with:
   
   ```wsk trigger create periodic   --feed /whisk.system/alarms/alarm   --param 
cron "*/2 * * * *"   --param trigger_payload 
"{\"name\":\"Odin\",\"place\":\"Asgard\"}"```
   
   doesnt show any *parameters* in UI

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