How to nest Steps and Parallel with Hera Runner? #1139
-
Hi, I have a workflow that splits into smaller workflows multiple times.
|
Beta Was this translation helpful? Give feedback.
Answered by
flaviuvadan
Jul 26, 2024
Replies: 1 comment 1 reply
-
I think https://hera.readthedocs.io/en/stable/examples/workflows/steps/callable_steps/ might help! Argo supports nested invocations of templates but not definitions. In the above we have nested definitions of steps whereas in the example all the definitions are defined "at the top level" and invocations are performed in a nested manner |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bieniekmateusz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think https://hera.readthedocs.io/en/stable/examples/workflows/steps/callable_steps/ might help! Argo supports nested invocations of templates but not definitions. In the above we have nested definitions of steps whereas in the example all the definitions are defined "at the top level" and invocations are performed in a nested manner