Skip to content

Human Task

Use this section when you need documentation about human task in Orkes Conductor.

Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.

Quick reference

Use this human tasks API when you need to manage human tasks from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
GET /api/human/tasks/{taskId} Get Human Task
GET /api/human/tasks/{taskId}/conductorTask Get Conductor Task by Human Task ID
POST /api/human/tasks/{taskId}/claim Claim Task (Conductor User)
POST /api/human/tasks/{taskId}/externalUser/{userId} Claim Task (External/All Users)
POST /api/human/tasks/{taskId}/reassign Reassign Human Task
POST /api/human/tasks/{taskId}/release Release Human Task
POST /api/human/tasks/{taskId}/skip Skip Human Task
POST /api/human/tasks/{taskId}/update Update Human Task by Task ID
POST /api/human/tasks/update/taskRef Update Human Task by Workflow ID and Task Reference
DELETE /api/human/tasks/delete/{taskId} Delete Human Task
GET /api/human/tasks/getTaskDisplayNames Get Available Human Tasks Display Names
POST /api/human/tasks/search Search Human Tasks
POST /api/human/template Create User Form
POST /api/human/template/bulk Create User Forms in Bulk
GET /api/human/template Get All User Forms
GET /api/human/template/{humanTaskId} Get User Form by Task ID
GET /api/human/template/{name}/{version} Get User Form by Name and Version
PUT /api/human/template/{name}/tags Add Tags to User Form
GET /api/human/template/{name}/tags Get Tags from a User Form
DELETE /api/human/template/{name}/tags Delete Tags from User Form
DELETE /api/human/template/{name} Delete User Form
DELETE /api/human/template/{name}/{version} Delete User Form Version

Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.

If you are unsure where to begin, start with Get Human Task, Get Conductor Task by Human Task ID, Claim Task (Conductor User), Claim Task (External/All Users), Reassign Human Task. These pages cover the most common entry points for this section.

When to use this section

Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.

Pages