See cylc/cylc-flow#4238 (review)
Tui: sibling cylc/cylc-flow#4246
Task pool commands (e.g. cylc hold) can only apply pattern matching to the n=0 window. This means that cylc hold <family>.<cycle> or cylc hold '*.<cycle>' don't work if <cycle> is not in the n=0 window.
The practical upshot of this is if you try to hold a family or cycle of tasks that are in the n>0 window, then nothing happens.
To get around this problem we should expand the cycle/family to the full list of tasks visible in the UI.
See cylc/cylc-flow#4238 (review)
Task pool commands (e.g.
cylc hold) can only apply pattern matching to then=0window. This means thatcylc hold <family>.<cycle>orcylc hold '*.<cycle>'don't work if<cycle>is not in then=0window.The practical upshot of this is if you try to hold a family or cycle of tasks that are in the
n>0window, then nothing happens.To get around this problem we should expand the cycle/family to the full list of tasks visible in the UI.