Versions Compared

Key

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

...

Assume you have an order which should be started at 10 p.m. every day. Normally you would add a run-time like this directly to the order configuration:

Code Block
languagexml
 <period  single_start="22:00"/>

...

Code Block
languagexml
 <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"/>

The time range is in the past, so it will have no effect at the timeIn this example the schedule substitute manual_start is effective for the first hour of the year 2013.

Solution

After preparing the configuration described above you can skip the daily run-time for a specific time range using JOC as follows:

...