Details
-
Deprecation
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11.3
-
None
Description
Global Variables
Global variables are available to all jobs and orders running on a JobScheduler.
They can be set in the config/scheduler.xml configuration file, which is loaded when JobScheduler is started.
Global variables no longer can be set in a separate configuration file which is referenced from the config/scheduler.xml file like this:
<params> <param name="global_configuration_params" value="config/scheduler_global_vars.xml"/> </params>