Versions Compared

Key

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

...

Download & Deployment

  • JobScheduler
    • Display feature availability
      EndingWithRelease1.8
      StartingFromRelease1.7

    • This feature requires Java 1.7 to be available. It will not work with Java 1.8 and therefore not with JobScheduler releases starting from 1.9.
  • Dependency
    • Attached archive contains the below mentioned files for the dependency folder: dependency.zip
    • The archive should be extracted to a subfolder of the JobScheduler live/sos directory, i.e.g. $SCHEDULER_DATA/config/live/sos/dependency.

Global Setting: scheduler.ignore_sync_jobs_in_stopped_jobchains

...

Code Block
languagexml
titleOrder: jobnet_reset_job_chains.order.xml
collapsetrue
<?xml version="1.0" encoding="ISO-8859-1"?>

<order  title="reset job chaines to unstopped or stopped state">
    <params >
        <param  name="operation" value="deactivate"/>
        <param  name="input_list" value="jobnet/examples/JobChain_B/job_chain_B,csi/examples/JobChain_D/job_chain_D"/>
        <param  name="input_file" value="jobnet/jobnet_reset_job_chains.txt"/>
    </params>
    <run_time  let_run="no">
        <period  single_start="24:00"/>
    </run_time>
</order>

...

Notes

  • Dependency Hnandling Scripts and Monitor Scripts are
    • implemented for the Rhino scripting engine up to Java 1.7 with JobScheduler release 1.7 and 1.8
    and
    • .
    • not available with the Nashorn engine that is introduced with Java 1.8
    with
    • and is required for JobScheduler release 1.9.