rulvar API reference / @rulvar/rulvar / ResumeOptions
Interface: ResumeOptions
Defined in: packages/core/dist/index.d.ts
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args? | unknown | The run's original arguments: not journaled for in-process workflows in v1, so the host supplies them (resume binding residuals). | packages/core/dist/index.d.ts |
dryRun? | boolean | Dry-run: replay-strict matching; the first would-be-live call throws JournalMissError and the run settles with that typed error, zero live calls performed. | packages/core/dist/index.d.ts |
invalidate? | number[] | invalidate/retry: entries to unpin before matching. | packages/core/dist/index.d.ts |
lease? | Lease | Queue mode: the worker's lease. The engine carries it on EVERY journal append of this resume (the kernel's single append site), so a stale worker's writes are rejected by the fencing epoch and never become visible (M8 entry amendment; DEF-6; FR-703). putMeta and transcript blobs stay advisory and unfenced. | packages/core/dist/index.d.ts |