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

Implement a default workflow name "salt"

moshewe opened this issue · comments

Summary

Automated scripts might submit multiple workflows under the same name. This creates a naming conflict and rejects any workflow but the first. Implementing a "salt" for workflow names, e.g. create a random suffix for workflow names, would make sure the naming clash won't happen/

Use Cases

Differentiate between different runs of the same workflow by workflow name at the very minimum.


Message from the maintainers:

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

good point, if you do not mind, we are so welcome your PR

merged in #216