In the 5.14 User Guide, the section titled "Task Actions" in the REST API section, says that the response for an action is the same as for the GET action (Success response body: see response for runtime/tasks/{taskId}. )
When I run a "complete" action on a task, I get a response with no content in it. Is this intended behavior, as the task no longer belongs to the "runtime" or is this an issue? The user guide isn't clear on this.