In org.nuxeo.client.ITWorkflowAndTask#itCanCompleteATask the endpoint consumed is @PUT("task/{taskId}/{action}")
But unfortunately, its seems to be non consistent server side, as the task id should be in the body:
nuxeo-platform-document-routing/nuxeo-routing-core/src/main/java/org/nuxeo/ecm/platform/routing/core/io/TaskCompletionRequestJsonReader.java:100
We should investigate and fix it
- is related to
-
JAVACLIENT-155 Fix Task deserialization
- Resolved
-
NXDOC-1735 Write java client documentation - #2
- Resolved