It concerns temporal-web application. I am wondering if there is a way to filter on a part of the workflow id or name? It will be extremely useful because we form the id ourselves and it may contain all necessary information for useful filtering.
Could you help to understand what kind of query can be placed in the “Advanced” window for filtering the workflows?
@guntenbein query based filtering is supported on ES enabled environments. You can filter based on SearchAttributes, including WorkflowId and RunId keywords.
Ex of a query:
WorkflowId = my-workflow-id and RunId <> "e7b0a671-377b-40d4-8b17-30fda9cb2688"