07-06-2013 03:40 AM
{"action":"delegate","assignee":"kermit"}
{"errorMessage":"Invalid action: 'null'.","statusCode":400}
07-09-2013 03:36 AM
/**
* Test delegating a single task and all exceptional cases related to delegation.
* POST runtime/tasks/{taskId}
*/
public void testDelegateTask() throws Exception {
try {
…
ObjectNode requestNode = objectMapper.createObjectNode();
requestNode.put("action", "delegate");
07-09-2013 01:56 PM
07-10-2013 03:31 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.