Scheduling batch processes for specific environments

You can define batch process schedules for different environments. To specify an environment for a process schedule, include the env attribute on the <ProcessSchedule> element in the file, scheduler-config.xml.

<ProcessSchedule process="process_code" env="environment1, environment2, …">
  <CronSchedule schedule_attributes/>
</ProcessSchedule>

In this way, you can have different schedules for a process based on environment.