couler-proj / couler

Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.
https://couler-proj.github.io/couler/index.html
Apache License 2.0
893 stars 86 forks source link

Support `arguments` field for `Workflow` #226

Closed moshewe closed 3 years ago

moshewe commented 3 years ago

Summary

Couler currently doesn't support workflow arguments.

Use Cases

"script-global" data that needs be accessed from many different steps in a workflow.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

moshewe commented 3 years ago

Unfortunately, it seems impossible to send workflows with arguments via the kubernetes client that we work with right now. Maybe in the future we will integrate with a REST client.