when i submit new workflow nothing happens #1533
Unanswered
nishit93-hub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can we submit a new workflow using Argo-events-sensor? I am able to re-submit the existing workflow but when I submit new workflow nothing happens. No new workflow was submitted when I check from Argo Workflow UI.
Below are the logs
I have created a new Service account to submit my workflow. Below is the Service account
So whenever i submit this above worklow using argo . It works fine and pipeline works.
argo submit argo-workflow-to-automate-backup-new.yaml --serviceaccount dev-deployment -n argo
Now i want to submit same above workflow using Argo events. So whenever sensor listen events through webhook, it should trigger/submit above workflow.
For that i created this Manifest file
However whenever sensor listen an events, i trigger the above workflow in logs but actually nothing happens.No new workflow submitted.
Beta Was this translation helpful? Give feedback.
All reactions