...
Insights Product manages all timer tasks like Platform Engine through UI. This will provide flexibility to manage task schedule, START/STOP different timer tasks from UI. It also helps to have an provides audit log of all runs executions and help debug issues if any. UI provides options to run multiple instances of timer task to handle work in parallel to improve performance.
...
It is mandatory to upgrade PlatformService, PlatformEngine and UI all together to use this functionality.
Once new artifacts are deployed then , start Tomcat and login to UI and check Schedule Task in Configuration --> Task Management --> Schedule Task Management section
start PlatformEngine
...
Select task which user want to delete
Click on delete icon and delete task
Once task deleted it cannot be undone
Action
This screen support basically supports three action actions
START
This use to start task, if user want to START any JOB then he will click on this START button,
...
Select the task for which you want to view execution history and click on details icon as shown above. User should see below screen with execution details.
...
STOP
Now user can To stop any JOB from using online UI he will task, click on stop button, once user will stop job, JOB will stop in 20 min. It takes 20 mins to actually STOP the job in the background as deamon process runs every 20 mins.
...
RESCHEDULED
If user want to change schedule of a job, then he/she will click on edit button. Use can change class detail or schedule, once . Once task details are saved, status will change to RESCHEDULED. (Internally it stops old job and register new job with new schedule)
...