Versions Compared

Key

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

...

In addition, the example shows how these parameters can be called in shell jobs and used together with 'standard' job and order parameters.

Example Download

You can download the example:

Syntax for specifying job chain node parameters in orders

...

This example shows how job chain node parameters can be configured for a job chain and assigned to specific nodes in that chain, independently of the order being run or the job jobs specified for individual nodes in the nodechain.

In addition, the example shows how these parameters can be called in shell jobs and used together with global variables.

Example Download

  • You can download the example here.

...

You can download the example:

Instructions

  • Unzip all files in the download file into the ./config folder of your JobScheduler installation.
  • Open config/scheduler.xml and add the following lines before the <security> element:

    Code Block
    <params> 
      <param name="global_configuration_params" value="config/global_scheduler_vars.xml"/> 
    </params>

...