Versions Compared

Key

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

...

  1. Open JOE and add holiday into order
  2. Save order
  3. deploy the update order in JobScheduler's live folder
Code Block
languagehtml/xml

<?xml

...

 version="1.0" encoding="ISO-8859-1"?>

...




<order  job_

...

chain="CheckRunHistory" id="1">

...

Code Block
    <run_time  let_run="no">
        <period  single_start="08:00"/>
Code Block
        <holidays >
            <holiday  date="2014-05-14"/>
Code Block
            <holiday  date="2014-05-16"/>
        </holidays>
    </run_time>
</order>

JOC :Add holidays to Order

...