Versions Compared

Key

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

...

  1. Open JOE and add holiday into order
    Image Added
  2. Save order
  3. deploy the update order in JobScheduler's live folder

<?xml versioh1. "1.0" encoding"ISO-8859-1"?>

<order job_chaih1. "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

...