Versions Compared

Key

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

...


Code Block
task t1      # run on Monday @ 10:00
  day monday
  time 10:00



Code Block
task t1   # run on Monday @ 10:00
   date 05.08.2019
   time 10:00



In The definition below in ecflow 4.0 the definition below X.X can produce unexpected runs.run of task t1, on Monday at  00:00

Code Block
titleecflow 4.X
...
family f1
   time 10:00    # set free on Sunday
   task t1
      day monday # runs Monday@00:00 and Monday@10.00

...