How do I get my full python module path into the YAML when using the script runner syntax? #1413
-
You script runner examples have python module names like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @phaverty-ginkgo, using the script runner currently has a couple of issues (#1161 and #573). The workaround is to import the workflow from another file and submit/create the YAML from that. I have an example project you can look at or try using (with a "quick start" installation of Argo Workflows on docker desktop/k3d/minikube). If you paste any "runner" example into the workflow file, you should be able to run it with |
Beta Was this translation helpful? Give feedback.
Hey @phaverty-ginkgo, using the script runner currently has a couple of issues (#1161 and #573).
The workaround is to import the workflow from another file and submit/create the YAML from that.
I have an example project you can look at or try using (with a "quick start" installation of Argo Workflows on docker desktop/k3d/minikube). If you paste any "runner" example into the workflow file, you should be able to run it with
make run
.