@wyclif
Here I wanted to implement Manage Scheduler functionalities in OWA, So I need to implement REST services for TaskDefinitions to complete that task.
POST - post the action, task information to do
Action types : SCHEDULETASK, SHUTDOWNTASK, RESCHEDULETASK, RESCHEDULEALLTASK, DELETE, ONSTARTUP, ONSHUTDOWN
Post Body : {“action” : “scheduletask”, “tasks” : [“sample”], “allTasks” : true }
@dkayiwa It showed me the COMPILATION ERROR in the Travis check. But I can compile and build it locally without any errors.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/travis/build/openmrs/openmrs-module-webservices.rest/omod1.8/src/main/java
/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/TaskActionResource1_8.java:[35,8] org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8.TaskActionResource1_8
is not abstract and does not override abstract method getCREATEModel(org.openmrs.module.webservices.rest.web.representation.Representation) in
org.openmrs.module.webservices.rest.web.resource.impl.DelegatingResourceHandler