status
(AnnotationTaskStatus): The current status of the task.data_hash
(UUID): Unique ID for the data unit.data_title
(str): Name of the data unit.label_branch_name
(str): Name of the label branch.assignee
(Optional[str]): User assigned to the task.submit
: Submits a task for review.assign
: Assigns a task to a user.release
: Releases a task from the current user.assignee
(Optional[str]): User email to be assigned to the task whilst submitting the task.retain_assignee
(bool): Retains the current assignee of the task. This is ignored if assignee
is provided. An Error will occur if the task does not already have an assignee and retain_assignee
is True.bundle
(Optional[Bundle]): Optional bundle to be included with the submission.assignee
(str): The email of the user to assign the task to.bundle
(Optional[Bundle]): Optional bundle to be included with the assignment.bundle
(Optional[Bundle]): Optional bundle to be included with the release.