How can I manually run a task from a link
How to manually run a task via a URL
What is the exact use case?
It looks like we need a TaskActionResource
just like we have this for modules https://github.com/openmrs/openmrs-module-webservices.rest/blob/master/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/ModuleActionResource1_8.java
Yes that is correct.
@dkayiwa , the Feature already exists , and it can perfom commons tasks like shedule , reshedule ,delete, stop a task etc, am just going to add a functionality to manually run an aleady sheduled task , without interfering with the shedule