We currently allow filtering tasks by name e.g. in the tree view.
Problem
There is a good use case for filtering by pattern too.
Proposed Solution
Two options:
Regex
[ext]glob
Note that extglobs are currently used for task filtering by Cylc Review and are also used by the CLI and for mutations. So using extglobs for task filtering would assist in issuing multi-workflow/multi-task mutations.
We currently allow filtering tasks by name e.g. in the tree view.
Problem
There is a good use case for filtering by pattern too.
Proposed Solution
Two options:
Note that extglobs are currently used for task filtering by Cylc Review and are also used by the CLI and for mutations. So using extglobs for task filtering would assist in issuing multi-workflow/multi-task mutations.
Question