📄️ Get Human Task
This API is used to retrieve a Human task and its details based on its task ID.
📄️ Get Conductor Task by Human Task ID
This API is used to get the task execution details using the Human task execution ID.
📄️ Claim Task (Conductor User)
This API is used by an authenticated Orkes Conductor user to claim a Human task.
📄️ Claim Task (External/All Users)
This API is used by any user (external or internal) to claim a Human task.
📄️ Reassign Human Task
This API is used by an admin to re-assign the Human task to a different assignmen policy.
📄️ Release Human Task
This API is used to release a previously-claimed Human task so that someone else can claim it.
📄️ Skip Human Task
This API is used to skip an assigned Human task.
📄️ Update Human Task by Task ID
This API is used to update a Human task's output data with form field inputs using the task execution ID.
📄️ Update Human Task by Workflow ID and Task Reference
This API is used to update a Human task's output data with form field inputs using the task execution ID.
📄️ Delete Human Task
This API is used to delete a Human task that is disconnected from a workflow due to error conditions.
📄️ Get Available Human Tasks Display Names
This API is used to retrieve a list of Human task display names available to the user.
📄️ Search Human Tasks
This API is used to retrieve a list of Human tasks based on the search criteria.
📄️ Create User Form
This API is used to create a Human task user form.
📄️ Create User Forms in Bulk
This API is used to create Human task user forms in bulk.
📄️ Get All User Forms
This API is used to retrieve a list of Human task user forms stored in Orkes Conductor based on the search criteria.
📄️ Get User Form by Task ID
This API is used to retrieve the user form used in a Human task based on its task ID.
📄️ Get User Form by Name and Version
This API is used to retrieve the user form used in a Human task based on its user form name and its version.
📄️ Delete User Form
This API is used to delete a Human task user form based on its name.
📄️ Delete User Form Version
This API is used to delete a Human task user form version based on its name.