Human Tasks
📄️ Get Human Task
Used to retrieve a human task by 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
📄️ List Human Tasks
Used to retrieve a list of human tasks by filters. An example use of this API will be to compose an inbox view for a user.
📄️ Get Human Task Action Log
Used to retrieve human task action logs.
📄️ 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 complete the task.
📄️ Search Human Tasks
Used to retrieve a list of human tasks by search criteria. This API is similar to the API List Human Tasks.
📄️ Get Human Task Template
Used to retrieve a human task template by id. Use this API to retrieve a task template specification stored in Conductor.
📄️ Delete Human Task Template
Used to delete a human task template by id. Use this API to delete a task template specification stored in Conductor.
📄️ Save Human Task 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.