Scheduler Framework
Using the scheduler framework, you can integrate jobs and schedule them in TIBCO MDM.
To set up the scheduler framework in TIBCO MDM, the following Scheduler Manager category are updated in the Configurator ( InitialConfig > Scheduler Manager)
- Cron Scheduler Configuration File: indicates the location of the CronSchedules.xml.
- Cron Scheduler Manager Class: specifies the cron scheduler class name. For example,
com.tibco.mdm.infrastructure.scheduler.CronSchedulerJob
class. - Quartz Configuration File: indicates the location of the quartz properties file.
The scheduled jobs are triggered on timely basis. You can schedule a job by Scheduling Jobs from the Configurator and Scheduling Jobs Using CronSchedules.xml (Alternative Approach).
Subtopics