Hey folks! When using argo-workflows and manually...
# ask-metaflow
s
Hey folks! When using argo-workflows and manually triggering runs using
argo-workflows trigger
, is it possible to set different tags for each triggered run? I see that
argo-workflows create
takes a
--tag
flag, but it doesn't seem like
trigger
does. Is there a way to work around that somehow?
Or I guess, getting more to the root of what we're trying to do: Is it possible to search for runs based on parameter values, like you can do with tags? This is what we actually use trigger-time tags for, to put some of the parameter values into tags, so that we can search for similar runs that way.