Hilary James Oliver
Hilary James Oliver
Implement group trigger proposal: https://github.com/cylc/cylc-admin/pull/197 (Not approved yet, but it's a clear winner and a relatively small change, and I wanted to finish coding it up - after initial experiments...
This creates three final-incomplete tasks (i.e.,with final status and incomplete outputs) ahead of the flow: ```cylc [scheduler] allow implicit tasks = True [scheduling] [[graph]] R1 = "foo => bar =>...
We're getting quite a few requests for this, and it would be easy to do (and of course, we do plan to do it ... this probably features in an...
Test case: ```ini [scheduling] [[graph]] R1 = "foo => bar" [runtime] [[foo]] script = false [[bar]] ``` When this stalls with `1/foo` failed, manually trigger `1/bar` - which will succeed...