Is it possible to run an existing workflow template in Hera? #1188
-
I am looking at the examples for Hera and all generate a workflow template via Hera. I have a workflow template in YAML that doesn't need to be recreated every time by Hera. Is there a way to specify a workflow template that already exists in an Argo namespace? |
Beta Was this translation helpful? Give feedback.
Answered by
elliotgunton
Sep 4, 2024
Replies: 1 comment
-
Hi @fel-este - to run an existing workflow template you can use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elliotgunton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fel-este - to run an existing workflow template you can use a
WorkflowTemplateRef
seen here, or a regularTemplateRef
seen here