Hilary James Oliver
Hilary James Oliver
I have another possible use case, for restarting the same workflow run from a different point (although not the start of the graph). Consider a DR situation with some workflows...
> At present we can do `cylc trigger /// --flow=new` but this will only operate on tasks already in the pool so doesn't really work. Huh, definitely not the way...
I have no problem with ditching dummy mode in favour of simulation mode, so long as we can make simulation work fully correctly. For historical context, dummy mode predates simulation...
(Actually, I'll restore the question label until next meeting - others may have an opinion).
Also see #5975 - that seems a more natural fit for dummy mode than sim mode. In principle we could run some real jobs in sim mode, but I'm not...
Just tried with the "backward" recurrence alone: ``` INFO - Cylc version: 8.3.0.dev INFO - Run mode: live INFO - Initial point: 2000 INFO - Final point: 2010 INFO -...
Yeah, I think I understand it ...
Actually, I'm kinda surprised this worked in Cylc 7. (Did it?) The pre-initial dependency handling only ever (as I recall) applied to the initial cycle point of the workflow, not...
Looks like I flagged this ages ago: https://github.com/cylc/cylc-flow/issues/1936 And see the final comment from 2 years ago (SoD): https://github.com/cylc/cylc-flow/issues/1936#issuecomment-1031825906
Hmmm, on reflection, there is a problem for my use case above, Going by your rules, a clock-triggered parent-less task should be queued to run if manually triggered, because it...