Versions Compared

Key

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

...

2. Open JOE and add Non Working days/dates into order

3. Check run time and make sure "suppress execution" is selected

!Jade-non-working-days-joe-.pngX!

4. Save order IMP: Default option for Holidays "suppress execution" will not appear in XML file
Code Block
languagehtml/xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<order  job_chain="execute_pf" id="daily">
    <run_time  let_run="no">
        <period  single_start="08:00"/>
        <holidays >
            <holiday  date="2014-05-17"/>
            <holiday  date="2014-05-18"/>
        </holidays>
    </run_time>
</order>

...

4. Add required dates execution should be suppressed in to Order

5. Check "supress execution" is selected

!Joc-order-set-runtime-run-time-editor-holidays-select-dates.pngX!

6. Save order , now Order XML should also have holidays element

...

7. Check start time using option show start time

Quetsions

If I enter 'Non Working Days' values, do I need to change 'When Holiday' in my 'Run Time' entry from 'ignore_holiday' to 'suppress execution'?

...