Maximo Scripting – Cron Tasks
This post is an excerpt from the Maximo 76 Scripting Features guide. Starting 76 we can write scripts for cron tasks too. It follows the same principle as the endpoint handler. We have a cron class – com.ibm.tivoli.maximo.script.ScriptCrontask that helps achieve this. We need to register that class as a new crontask in the crontask […]