Versions Compared

Key

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

...

Code Block
languagexml
titleExample Job (Windows)
  <job order="yes"
       stop_on_error="no"
       title="This job is a example showing the generic execution of a shell script or a shell command">
      <script language="shell">
          <![CDATA[
  echo %SCHEDULER_PARAM_SCRIPT2EXECUTE%'''
  %SCHEDULER_PARAM_SCRIPT2EXECUTE%
          ]]>
      </script>
      <run_time/>
  </job>

...

will start this job every time an order for the job chain is scheduled like this:

...