rulvar API reference / @rulvar/plan / PlanNodeStatus
Type Alias: PlanNodeStatus
ts
type PlanNodeStatus =
| "pending"
| "ready"
| "running"
| "parked"
| "escalated"
| "done"
| "failed"
| "cancelled"
| "skipped";Defined in: packages/plan/src/plan-state.ts:29
The closed status machine; skipped is fold-derived for entries but first-class for plan nodes.