{ "opencollection": "1.0.0", "info": { "name": "Flowable REST CMMN Tasks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://flowable.example.com/flowable-rest/service/runtime/tasks" }, "docs": "List tasks" }, { "info": { "name": "Get a task", "type": "http" }, "http": { "method": "GET", "url": "https://flowable.example.com/flowable-rest/service/runtime/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] }, "docs": "Get a task" }, { "info": { "name": "Perform a task action (claim, complete, delegate, resolve)", "type": "http" }, "http": { "method": "POST", "url": "https://flowable.example.com/flowable-rest/service/runtime/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a task action (claim, complete, delegate, resolve)" } ] } ], "bundled": true }