couler-proj / couler

Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.

Home Page:https://couler-proj.github.io/couler/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `arguments` field for `Workflow`

moshewe opened this issue Β· comments

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 πŸ‘.

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.