...
- 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.
...
<live_folder><jobChainPath>,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.
...