Hi 👋
We are using Metaflow on Argo Workflows.
We have quite a few workflows running in Argo, and it is getting harder to understand what workflows have been deployed and executed.
The main issue is that when a Metaflow is deployed to Argo, its name may get truncated, due to Argo naming restrictions. These truncated names are very hard to relate to the flows and branches we have deployed.
I've been looking into how to mitigate this issue, and it seems like Argo Workflows has a "Title and Description" feature, that will make the workflows overview much more pleasant to look at.
https://argo-workflows.readthedocs.io/en/latest/title-and-description/
Is there any way to annotate the generate Argo Workflow-type with the suggested annotations
workflows.argoproj.io/title and
workflows.argoproj.io/description ?