labelling workflows from arguments values ? #6096
Unanswered
christopheblin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Basically, I have a workflow template that is launched 100+ times a day, each time with different arguments
it is either launched from the ui by a end user (who specifies the parameters manually, basically the name of a subdirectory) or by a cron (when launched from the cron, the cron use a generate step to launch the wftpl for all subdirectories)
basically, my argo-ui is fulled with the "same" rows dataset-xxxxx
I'd like to know if it is possible to use arguments to label the workflows, or if it would be possible to see the arguments directly on the row (not only int he workflows, but also in the archived workflows) ?
Also, I'd like searching by the arguments (like "find the dataset for directory X")
I know that the user and the con can add the labels, but this is "risky" when it is the end-user (he has to repeat the arguments names and values in the labels every time he submits a workflow template and some chars are forbidden in a label...)
so I'd like to know how other people are dealing with this ?
am I the only one to rely on "manual"transformation arguments -> labels ?
Beta Was this translation helpful? Give feedback.
All reactions