This perhaps is the same as Set-outputs on an xtrigger but I think it is slightly different. I was wondering if it was possible somehow to set the xtrigger pre-req for a task? I tried cylc set --pre=W basic-workflow//20250123T0000Z/bar
for the below graph, but that didn’t work. I also tried 20250123T0000Z/W
(bar does not depend on "20250123T0000Z/W:succeeded"
) and 20250123T0000Z/@W
(this one said @W
is an illegal task name).
[scheduling]
initial cycle point = 20250123
runahead limit = P0
[[xtriggers]]
W = wall_clock(P20Y)
[[graph]]
P1D = @W => bar
[runtime]
[[bar]]
script = echo hello
NOTE: Only tested with 8.3.6 so far