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 2019/10/22 09:29:00 UTC

[GitHub] [openwhisk-wskdeploy] KeonHee commented on issue #1077: Trigger Feed vs Non-Feed inputs apply differently

KeonHee commented on issue #1077: Trigger Feed vs Non-Feed inputs apply differently
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1077#issuecomment-544879064
 
 
   @dpsommer 
   How about changing this way? It works well to me
   
   ```yaml
   inputs:
     timezone: America/Toronto
     cron: * * * * *
     trigger_payload:
       service_name: planning-analytics
   ```
   
   Your way is also passed to the action, but it looks like the `payload` is not **json**, it's a **string**, so it doesn't seem to be delivered.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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