David Sutherland
David Sutherland
You mean: ``` P1Y = foo => bar P2Y = bar ``` ? I can't remember if I solved this as part of the parentless xtrigger spawning type (#5738), if...
So would I, even to be able to release/resume a specific branch while the rest stays paused/held
Reproduced using; using ``` query { workflows (ids: ["edges/run1"]) { name stateTotals taskProxies{ id } edges { edges { id } } } } ``` ``` { "data": { "workflows":...
Fix up https://github.com/cylc/cylc-flow/pull/6096 Some deltas we discard (if the nodes they apply to are about to be pruned), we needed to delete any associated edges too..
What sort of job duration were you testing with? Because +/- 2sec error will be obvious for a 10sec job, not so much for a 10min job. > When holding...