Human Tasks
📄️ Get Human Task
Used to retrieve a human task by using the task ID. Use this API to retrieve a task and its details.
📄️ Delete Human Task
This API is only to be used to delete a task that is disconnected from a workflow due to error conditions. Under
📄️ Claim Task (Conductor User)
Used to claim a human task by an authenticated Conductor user. Use this API to claim a task for a user with Conductor identity.
📄️ Claim Task (External/All Users)
Used to claim a human task by any user. Use this API to claim a task on behalf of a user, which can be external or
📄️ Re-assign Human Task
Admin API used for re-assigning a task to a different assignment policy. Use this when the original assignment is no
📄️ Release Human Task
Used for releasing a previously claimed task. If the user is unable to complete this task, this API can be used to
📄️ Update Human Task
Used for updating a claimed task. Optionally this cane be used to complete the task.
📄️ Search Human Tasks
Used to retrieve a list of Human tasks based on the provided search criteria.
📄️ Get Human Task User Forms (Templates)
Used to retrieve a human task user forms/templates by id. Use this API to retrieve a user form/template specification stored in Conductor.
📄️ Delete Human Task User Form/Template
Used to delete a human task template by its name. Use this API to delete a task template specification stored in Conductor.
📄️ Save Human Task User Form/Template
Used to save human task templates stored in Conductor.
📄️ List Human Task Template
Used to list all human task templates stored in Conductor and optionally filter by name and version.