AgentTask Objects

class AgentTask(WorkflowTask)

assignee

Represents a task in an Agent stage.

Attributes

  • status (AgentTaskStatus): 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.

Allowed actions