Dominic Kim

Results 147 comments of Dominic Kim

@dpsommer While there is some inconsistency between feed parameters and trigger parameters, I could still pass payloads to a triggered action as expected. We are checking on the version we...

@dpsommer Kindly clarify one thing. Did you manually fire the trigger or fire it via an alarm cron job?

@dpsommer Thank you for the confirmation. So the main issue is that trigger parameters are stored in the alarm package stack rather than a trigger itself.

@advancedwebdeveloper Thank you for the contribution. How about opening a PR with your change and describe your intention more here?

I believe you can execute your web action with `wsk`. Could you replace the way you are getting inputs as follow: ``` def main(args): val = args.get('__ow_headers', "default") print(args) return...

@JiniousChoi Currently, you can easily get the URL of a web action. ``` $ wsk action get python-web --url ok: got action python-web https://{HOST}/api/v1/web/style95/default/python-web ``` Is there any specific reason...

Interesting. Would be a good point to add. I would move this issue to cli repo to proceed with it.

I merging this as-is because my comment is incidental.