Skip to main content

Module workflow_store

Module workflow_store 

Source
Expand description

SQLite-backed persistent storage for workflow instances.

Persists workflow state (including step history) to a SQLite database so active workflows survive server restarts. The in-memory engine remains the source of truth at runtime; this store is written to on state changes and read from at startup to restore unfinished work.

Structs§

WorkflowStore
SQLite-backed persistent storage for workflow instances.