Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The task id.
The task name.
The assignee's id.
The owner's id.
The date the task was created on.
Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The date the task was last updated. Every action that fires a task update event will update this property.
Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The task's due date.
Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The follow-up date for the task.
Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The task's delegation state. Possible values are PENDING and RESOLVED.
PENDING, RESOLVED The task's description.
The id of the execution the task belongs to.
The id the parent task, if this task is a subtask.
The task's priority.
The id of the process definition the task belongs to.
The id of the process instance the task belongs to.
The id of the case execution the task belongs to.
The id of the case definition the task belongs to.
The id of the case instance the task belongs to.
The task's key.
Whether the task belongs to a process instance that is suspended.
If not null, the form key for the task.
If not null, the tenant id of the task.
The task's state.
Response
Request successful.