Graphorin API reference v0.12.0
Graphorin API reference / @graphorin/store-sqlite / / SuspendedRunRecord
Interface: SuspendedRunRecord
Defined in: packages/store-sqlite/src/suspended-run-store.ts:11
One durably-parked agent run (awaiting_approval). stateJson is the agent-serialized resumable RunState (the version-stamped, secret-redacted graphorin-run-state/x.y payload produced by Agent.serializeState); the store treats it as an opaque string.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
agentId | readonly | string | - | packages/store-sqlite/src/suspended-run-store.ts:13 |
runId | readonly | string | - | packages/store-sqlite/src/suspended-run-store.ts:12 |
sessionId? | readonly | string | - | packages/store-sqlite/src/suspended-run-store.ts:14 |
stateJson | readonly | string | - | packages/store-sqlite/src/suspended-run-store.ts:16 |
suspendedAt | readonly | number | Epoch ms of the FIRST suspension - stable across re-puts. | packages/store-sqlite/src/suspended-run-store.ts:18 |
userId? | readonly | string | - | packages/store-sqlite/src/suspended-run-store.ts:15 |