Versions Compared

Key

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

...

  • Reading parameters from a configuration file
  • The name of the configuration file is <job_chain_name>.config.xml
  • The parameters are only available to the node they are defined for.
  • The values of the parameters can contain patterns to identify values that are to be substituted
  • The default pattern is ${param}

Location of the configuration file

The configuration monitor makes use of an extra configuration file. The location of the configuration file is defined as:

The default location is the file <jobchain><job_chain_name>.config.xml in the folder that contains the job chain.

...