Task
📄️ Get List
Queries for tasks that fulfill a given filter. The size of the result set can be
📄️ Get List (POST)
Queries for tasks that fulfill a given filter. This method is slightly more powerful
📄️ Get List Count
Retrieves the number of tasks that fulfill a provided filter. Corresponds to the size
📄️ Get List Count (POST)
Retrieves the number of tasks that fulfill the given filter. Corresponds to the size
📄️ Create
Creates a new task.
📄️ Get Task Count By Candidate Group
Retrieves the number of tasks for each candidate group.
📄️ Delete
Removes a task by id.
📄️ Get
Retrieves a task by id.
📄️ Update
Updates a task.
📄️ Set Assignee
Changes the assignee of a task to a specific user.
📄️ Handle BPMN Error
Reports a business error in the context of a running task by id. The error code must
📄️ Handle BPMN Escalation
Reports an escalation in the context of a running task by id. The escalation code must
📄️ Claim
Claims a task for a specific user.
📄️ Complete
Completes a task and updates process variables.
📄️ Delegate
Delegates a task to another user.
📄️ Get Deployed Form
Retrieves the deployed form that is referenced from a given task. For further
📄️ Get Form Key
Retrieves the form key for a task. The form key corresponds to the `FormData#formKey`
📄️ Get Task Form Variables
Retrieves the form variables for a task. The form variables take form data specified
📄️ Get Rendered Form
Retrieves the rendered form for a task. This method can be used to get the HTML
📄️ Resolve
Resolves a task and updates execution variables.
📄️ Submit Form
Completes a task and updates process variables using a form submit. There are two
📄️ Unclaim
Resets a task's assignee. If successful, the task is not assigned to a user.