Skip to main content
objectWorktreeRunQueueEntry

Fields

position
Int!

One-based position within this worktree's displayed admission order.

id
ID!

Stable identifier of the queued run.

kind
String!

Whether the entry is a workflow, plan, or session.

displayNumber
Int!

Display number within the entry's run kind.

name
String!

Workflow name or initial AI prompt associated with the entry.

status
String!

Current status of the queued run.

phase
String!

Current phase of the queued run.

worktreeId
ID

Identifier of the worktree, when one is available.

Worktree associated with this queue entry.

workflowId
ID

Identifier of the workflow definition associated with the entry.

workflowRunId
ID

Identifier of the workflow run that owns or launched the entry.

queuedAt
String!

ISO 8601 timestamp used to order the entry.

exclusiveWorktree
Boolean!

Whether this workflow entry will reserve the worktree when admitted.

worktreeConcurrency

How this workflow entry participates in worktree admission.

worktreeConcurrencyLimit
Int

The plan or session's worktree concurrency limit.