Tip: GUI searching and filtering

The task filtering controls in the “Tree” and “Table” views have been overhauled in cylc-uiserver: 1.8.2 (for use with Cylc 8.6).

Task name searching now supports globs, e.g foo* matches all tasks beginning with foo and *foo matches all tasks ending in foo.

../_images/task-id-glob-filtering.png

It is now possible to filter by task modifiers as well as task states. So, for example, we can now filter for tasks which are held or awaiting retry.

../_images/task-modifier-filtering.png