Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / SessionWorkflowRun
Interface: SessionWorkflowRun
Defined in: packages/core/src/contracts/session-store.ts:44
Workflow ↔ session mapping row. Lets the server enumerate the workflows attached to a session for resume / replay flows.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
attachedAt | readonly | string | packages/core/src/contracts/session-store.ts:48 |
sessionId | readonly | string | packages/core/src/contracts/session-store.ts:45 |
status | readonly | "running" | "suspended" | "completed" | "failed" | packages/core/src/contracts/session-store.ts:49 |
threadId | readonly | string | packages/core/src/contracts/session-store.ts:47 |
workflowId | readonly | string | packages/core/src/contracts/session-store.ts:46 |