Task

class Task

Represents a backlog task with all its properties and metadata

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing this task

Link copied to clipboard
val createdAt: <Error class: unknown class>

Timestamp when this task was created

Link copied to clipboard

Optional detailed description of the task

Link copied to clipboard

The execution ID associated with this task, if any

Link copied to clipboard

Indicates if this task has other tasks linked to it

Link copied to clipboard
val metadata: <Error class: unknown class>?

Optional metadata for the task

Link copied to clipboard

The task ID of the primary investigation this task is linked to

Link copied to clipboard

The priority level of this task

Link copied to clipboard

Optional reference information linking this task to external systems

Link copied to clipboard

The current status of this task

Link copied to clipboard

Explanation for why the task status was changed (e.g., linked reason)

Link copied to clipboard
val supportMetadata: <Error class: unknown class>?

Optional support metadata for the task

Link copied to clipboard

The unique identifier for this task

Link copied to clipboard

The type of this task

Link copied to clipboard

The title of the task

Link copied to clipboard
val updatedAt: <Error class: unknown class>

Timestamp when this task was last updated

Link copied to clipboard

Version number for optimistic locking

Functions

Link copied to clipboard
inline fun copy(block: Task.Builder.() -> Unit = {}): Task
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String