{ "opencollection": "1.0.0", "info": { "name": "LittleHorse REST External Events User Tasks API", "version": "0.12.0" }, "items": [ { "info": { "name": "User Tasks", "type": "folder" }, "items": [ { "info": { "name": "Get a user task run", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/wfRun/:wfRunId/userTaskRun/:userTaskRunId", "params": [ { "name": "wfRunId", "value": "", "type": "path" }, { "name": "userTaskRunId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific user task run." }, { "info": { "name": "Assign a user task", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/wfRun/:wfRunId/userTaskRun/:userTaskRunId/assign", "params": [ { "name": "wfRunId", "value": "", "type": "path" }, { "name": "userTaskRunId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assigns a user task to a user or group." }, { "info": { "name": "Complete a user task", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/wfRun/:wfRunId/userTaskRun/:userTaskRunId/complete", "params": [ { "name": "wfRunId", "value": "", "type": "path" }, { "name": "userTaskRunId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Completes a user task with results." } ] } ], "bundled": true }