I working to migrate scheduler functionalities from Legacy UI module to SysAdmin Open Web App. Currently, I am completed the most part of REST resource implementation and created following UI part for the Manage Scheduler
@dkayiwa I will continue the updates about Manage scheduler through this talk thread.
@suthagar23 Is it possible to add the ability to run a task manually (basically now)? Currently the approach is to change the execution time to 5min ahead, however this is fundamentally wrong since it changes the actual scheduling and could cause issues in production.
So I wanted to list all Task Classes which are available in the OpenMRS to achieve this functionality.
Then user can just click on the Run Now button to execute those task immediately.