-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
passing parameters between manifest and deploy.yml #884
Comments
Once the trigger is defined as alarm type, the trigger inputs are not propagated to actions: I modified manifest to:
deployment to:
instead of:
|
the same behavior is seen with
Creating rule:
Fire trigger:
Result had no name and place assigned:
V/S Non Feed Trigger:
Creating rule with:
Fire trigger and check the result:
|
Confirmed with @beemarie that it does work through IBM Cloud Functions UI. |
With alarm feed you need to use the parameter For example:
More info in the alarm docs: |
thanks @csantanapr I talked to @dubee and tried the same with Trigger create with:
Creates parameters under Parameters section in UI But when I create alarm trigger with:
doesnt show any parameters in UI |
It does show payload on trigger with:
|
the action should also show the trigger_payload. It will be under a param called |
basically have two triggers tied to same action, where i am trying to pass the inputs from triggers to the action. right now the action doesn't recognize the value of these trigger arguments.
followed the pattern on this site.
https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/docs/wskdeploy_triggerrule_trigger_bindings.md#triggers-and-rules
also this is what it says as far as my packages
when i run "bx wsk package list"
packages
/adam-johnson-sandbox_walmart-watering-dev/walmart_watering private
/adam-johnson-sandbox_walmart-watering-dev/Bluemix_walmart-watering-dev-db_wsk private
can't attach yamls so stored in zip file the manifest and deploy.yml files
yamls.zip
The text was updated successfully, but these errors were encountered: