Versions Compared

Key

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

...

Now it is possibile to substitute the schedule every_day_at_10pm by another one for a specific time range. For our purpose we need a schedule that produces a manual start of the orderno runtime:

Code Block
 <schedule substitute="every_day_at_10pm" valid_from="2013-01-01 00:00:00" valid_to="2013-01-01 01:00:00" name="manual_start"/>

...