Further Scheduling§
In this section we will quickly run through some of the more advanced features of Cylc’s scheduling logic.
In this section we will quickly run through some of the more advanced features of Cylc’s scheduling logic.
foo => bar
foo:succeed => bar
foo:fail => bar
:start
:fail
:finish
It is also possible to create your own custom qualifiers to handle events within your code (custom outputs).
[scheduling]
initial cycle point = 2000-01-01T00Z
[[special tasks]]
clock-trigger = daily(-PT1H)
[[dependencies]]
[[[T12]]]
graph = daily # "daily" will run, at the earliest, one hour
# before midday.
Tip
See the Clock Triggered Tasks tutorial for more information.
[scheduling]
cycling mode = 360day
Next section: Runtime Introduction