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}

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

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

The location can be change with the parameters configurationMonitor_configuration_path and configurationMonitor_configuration_file.

  • With configurationMonitor_configuration_path  the live folder can be changed.
  • With configurationMonitor_configuration_file the name of the configuration file can be changed. 

It is possible to define a configuration file for a specific order id. The naming convention for this is

<live_folder>,<orderId>.config.xml

Attention:

Please note that node parameters are not shown in JOC when using the function "start order parameterized"

Please note that with JOE it is only possible to handle the default file <jobchain>.config.xml 

When using the configuration monitor with the Universal Agent please see the hints here.

New Implementation since 1.11.

Since release 1.11 a new implemetation for the configuration monitor has been introduced. The new implementation is much faster than the old one. It is compatible for the standard use of the monitor.

...