RunState
Properties
Section titled “Properties”activeAgentId
Section titled “activeAgentId”activeAgentId: string;activeFlow?
Section titled “activeFlow?”optional activeFlow?: string;activeNode?
Section titled “activeNode?”optional activeNode?: string;createdAt
Section titled “createdAt”createdAt: number;messages
Section titled “messages”messages: ModelMessage[];runId: string;sessionId
Section titled “sessionId”sessionId: string;state: Record<string, unknown>;status
Section titled “status”status: "error" | "aborted" | "running" | "paused" | "finished";updatedAt
Section titled “updatedAt”updatedAt: number;waitingFor?
Section titled “waitingFor?”optional waitingFor?: WaitingFor;