You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But additionally, Workflow doesn't work when I do the above.
Here is the log of the webhook-sensor pod.
{"level":"info","ts":1718248037.9901721,"logger":"argo-events.sensor","caller":"sensor/trigger_conn.go:115","msg":"starting ExactOnce cache clean up daemon ...","sensorName":"webhook","triggerName":"webhook-workflow-trigger","clientID":"client-3702381868-25"}
{"level":"error","ts":1718248045.0547028,"logger":"argo-events.sensor","caller":"sensors/listener.go:379","msg":"Failed to execute a trigger","sensorName":"webhook","error":"trigger source for k8s is empty","triggerName":"webhook-workflow-trigger","triggeredBy":["test-dep"],"triggeredByEvents":["65396634653365312d613033362d343832392d613963612d623662336438383436626631"],"stacktrace":"github.com/argoproj/argo-events/sensors.(*SensorContext).triggerWithRateLimit\n\t/home/runner/work/argo-events/argo-events/sensors/listener.go:379\ngithub.com/argoproj/argo-events/sensors.(*SensorContext).triggerActions.func1\n\t/home/runner/work/argo-events/argo-events/sensors/listener.go:360"}
{"level":"error","ts":1718248045.0547435,"logger":"argo-events.sensor","caller":"sensors/listener.go:364","msg":"Failed to execute a trigger","sensorName":"webhook","error":"trigger source for k8s is empty","triggerName":"webhook-workflow-trigger","stacktrace":"github.com/argoproj/argo-events/sensors.(*SensorContext).triggerActions.func1\n\t/home/runner/work/argo-events/argo-events/sensors/listener.go:364"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://argoproj.github.io/argo-events/tutorials/02-parameterization/#trigger-template-parameterization
I can't get the Workflow to work with the Trigger Template Parameterization in the tutorial.
Here is what we did.
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/tutorials/02-parameterization/sensor-05.yaml
curl -d '{"dependencyName":"test-dep", "dataKey": "body.message", "dest": "spec.arguments.parameters.0.value", "message": "amazing!!"}' -H "Content-Type: application/json" -X POST http://localhost:12000/example
We have confirmed that the Workflow could be executed with this operation.
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/stable/examples/tutorials/02-parameterization/sensor-05.yaml
But additionally, Workflow doesn't work when I do the above.
Here is the log of the webhook-sensor pod.
Beta Was this translation helpful? Give feedback.
All reactions