Scheduling automation scripts to run as part of cron tasks
Cron tasks are jobs that run automatically on a fixed schedule on the application server. For example, the ESCALATION cron task processes escalations to ensure that critical tasks are processed on time. You can use several predefined cron tasks and you can also define new cron tasks. For new cron tasks, you must provide a Java™ class implementation that contains the business logic that is executed on a schedule.
Automation scripts support new cron tasks by providing the
com.ibm.tivoli.maximo.script.ScriptCrontask
Java class. By using this Java class reference in your cron task definition, you can attach an automation script that
provides the business logic that is executed by the cron task.