Filtering the runs page with multiple tags
In Manifestly, you can organize workflows and runs with tags. This article shows how to filter the runs page using multiple tags and conditional logic (AND and OR).
How tag filtering works
AND vs OR logic
- AND: All selected tags must be present on a run. For example, filtering for operations AND urgent shows runs that have both tags. This is a subset of the runs tagged with operations.
- OR: Any of the selected tags can be present. For example, filtering for urgent OR operations includes runs tagged with either tag or both.
Steps to filter by multiple tags
- Open the Runs page where you manage your workflows and runs.
- Open the tag filter area. You will see the list of tags associated with the runs.
- Choose the first tag you want to filter by (for example, operations).
- Optionally add additional tags to filter by (for example, urgent).
- Choose the logic between the tags: AND to require all selected tags, or OR to include any of them.
- Review the filtered results on the Runs page. The results will be a subset (AND) or a broader list (OR) depending on your selection.
Examples
AND example
Filter for runs that are tagged with both operations and urgent. You will see a subset of the runs that have the operations tag.
OR example
Filter for runs that are tagged with either urgent or operations. You’ll see runs tagged with urgent, runs tagged with operations, and those tagged with both.
Tips
- Using multiple tags helps narrow down the runs to what you need.
- You can apply the same AND/OR logic to more than two tags; all selected tags participate in the combined filter.