3.1 Interface Job definition
This topic provides the instructions for interface job definition.
For Interface Job maintenance, user has to maintain
com.ofss.scheduler.quartz.fcis.FCISImpExpSchExecutor class
.
- Event Based
For Event based job scheduling, EVENTCODE need to be maintained in Parameters. Valid Event Codes are available in Eventstbl.
- Time Based
To maintain Time based job, we have to maintain cron expression.
- Timezone Based
For Timezone based job scheduling, valid timezone need to be maintained in parameters. Timezone parameter should have standard Quarz supported timezone value.
Parent topic: Example