openmrs-module-webservices.rest icon indicating copy to clipboard operation
openmrs-module-webservices.rest copied to clipboard

Refactor Task action resource to take in task definition uuid in addition to name

Open gitcliff opened this issue 4 years ago • 2 comments

link:https://issues.openmrs.org/browse/RESTWS-764

gitcliff avatar May 17 '20 17:05 gitcliff

@gitcliff Can you add a test showing that sending a POST to the TaskActionController2_4 with the payload:

{ "action": "runtask", "tasks": [" + getTaskUuid() + "] }

runs the task? This should be pretty similar to the existing tests for task name.

ibacher avatar May 19 '20 13:05 ibacher

@ibacher is everything here valid up to this level ,if some other person is to pick on this task ?

tendomart avatar Dec 10 '20 14:12 tendomart