From issues-return-40829-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Tue Oct 22 10:10:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0DD5F18062C for ; Tue, 22 Oct 2019 12:10:03 +0200 (CEST) Received: (qmail 17446 invoked by uid 500); 22 Oct 2019 10:10:03 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 17437 invoked by uid 99); 22 Oct 2019 10:10:03 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2019 10:10:03 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk-wskdeploy] KeonHee edited a comment on issue #1077: Trigger Feed vs Non-Feed inputs apply differently Message-ID: <157173900332.26473.18177611699679004309.gitbox@gitbox.apache.org> Date: Tue, 22 Oct 2019 10:10:03 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit KeonHee edited a comment 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's possible you've mistaken it for not being 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