worktreeRunQueue
Returns the durable queue for one worktree or the queued entries associated with one workflow.
worktreeRunQueue(worktreeId: ID, workflowId: ID): [WorktreeRunQueueEntry!]!Arguments
Worktree whose combined workflow, plan, and session queue should be returned.
Workflow whose queued workflow runs and AI-run steps should be returned.
Returns
One-based position within this worktree's displayed admission order.
Stable identifier of the queued run.
Whether the entry is a workflow, plan, or session.
Display number within the entry's run kind.
Workflow name or initial AI prompt associated with the entry.
Current status of the queued run.
Current phase of the queued run.
Identifier of the worktree, when one is available.
Worktree associated with this queue entry.
Identifier of the workflow definition associated with the entry.
Identifier of the workflow run that owns or launched the entry.
ISO 8601 timestamp used to order the entry.
Whether this workflow entry will reserve the worktree when admitted.
How this workflow entry participates in worktree admission.
The plan or session's worktree concurrency limit.