argo-python-dsl
argo-python-dsl copied to clipboard
how to use with_param decorator
Description I would like to include the with_param to a task. Not sure how
Additional context
I was only able to get it working by editing the object after it was created
workflow.__getattribute__("spec").templates[0].dag.tasks[0].with_param = "{{inputs.parameters.hypparams}}"
@etheleon check out example here https://github.com/argoproj-labs/argo-python-dsl/blob/master/tests/workflows/loops.py