Details
-
Task
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
Description
When POSTing to the TaskAction Resource 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/TaskActionResource1_8.java ,
the request body is currently posted with a task definition name as
{ "action": "runtask", "tasks": ["TaskDefinition_name "] }
,Refactor the resource so that ,the request can also be posted with a task definition uuid
{ "action": "runtask", "tasks": ["TaskDefinition_uuid"] }
Gliffy Diagrams
Attachments
Issue Links
- depends on
-
TRUNK-5710 Implement the getByUniqueId(String uniqueId) in SchedulerService.java
-
- Closed
-
-
RESTWS-761 Add end-point to allow manually running a task
-
- Closed
-
- is depended on by
-
LUI-157 Add the ability to manually run a task from the scheduler interface
-
- Ready for Work
-