daisy-ycguo opened a new issue #449: Does trigger have inputs ?
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/449
 
 
   I checked the specification, trigger entity has 2 sub elements: `feed` and 
`events`. ( `events` is not supported at this time ).
   
   But according to this 
[deployment](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/usecases/alarmtrigger/deployment.yaml)
 file, trigger can have `inputs` element.
   ```
           triggers:
               Every12Hours:
                   inputs:
                       cron: "0 */12 * * *"
   ```
   
   Please review the trigger entity definition in specification, @mrutkows 
 
----------------------------------------------------------------
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

Reply via email to