Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Triggers can also use AND/OR logic and the full range of operators <,>,<=,>=


Code Block
languagebash
titleTime attributes
task t1
    day monday
    time 13:00



Code Block
languagebash
titletime based trigger
 task t1
    trigger DOW == 1 and TIME >= 1300




Code Block
languagebash
titlecombination
task t1
  day monday
  trigger TIME >= 1300



Warning

It should be noted that relative time( time +00:01) are not possible with time based triggers, and time series are more problematic.

...

Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://confluence.ecmwf.int/display/ECFLOW/Time+Dependencies
Button Hyperlink
titleUp
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Going+Further
Button Hyperlink
titleNext
typestandard
urlhttps://confluence.ecmwf.int/display/ECFLOW/Add+a+Cron



Code Block