argo-python-dsl
argo-python-dsl copied to clipboard
Request for missing template types support
Hello!
I am currently using the latest version 0.4.0.
I see there is no support for the @template decorator for templates types of suspend and steps.
Is support for these template types in the works for the near future?
Also if there is a workaround in order to use those types of templates, I would love to get some help.
Thank you!
Steps are not expressly compiled as such, but are functionally implemented - If you define a series of @templates, they will be run in sequence as if they were steps even though they are in fact just a simple "one way street" DAG. DAG is the more generalized form of handling actions in the workflow. Do you see any concrete advantage to using steps over a simple DAG, assuming the YAML/JSON is 100% compiled?
re suspend: I'd like this feature as well :-)