argo-python-dsl icon indicating copy to clipboard operation
argo-python-dsl copied to clipboard

Request for missing template types support

Open samuelamar15 opened this issue 4 years ago • 1 comments

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!

samuelamar15 avatar Jan 16 '21 17:01 samuelamar15

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 :-)

moshewe avatar Apr 25 '21 09:04 moshewe