Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Download file updated

...

Code Block
languagehtml/xml
<job >
    <params />

    <environment />
    
    <script  language="shell">
        <![CDATA[
/path/to/my_executable my_param
        ]]>
    </script>

    <run_time />
</job>

You can download a converter "converter process2script.xsl"zip .

Extract the archive i.e. in the ./config directory of the JobScheduler installation.
Then call it ...

...

In this case please use the converter "converter process2script.xsl"zip or JOE to put the data from the job's process file tab into the job's script tab.

...