Open wesbragagt opened 1 month ago
This is a good idea. Will add it to the next release.
@fullykubed one important call out is potentially having a flag to make a parameter not searchable for instances when you have an input that is a large JSON string. I think a user should be able to turn that off for that particular parameter.
Prior Search
What new functionality would you like to see?
In our stack it became critical to be able to identify workflows that triggered with certain parameters. In the current setup it is not possible to pass parameters as labels so they can be searched. I found in the Argo repository examples and I was able to add to our stack by merging the wf_spec workflowMetadata in the manifest section.
After that I can query for workflows that triggered with a brandId= for example:
How would you use this new functionality?
I would love to have either a default in the wf_spec module where it spreads all the parameters as labelsFrom. Here is an example of what I had to do: