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§
- Workflow
Store - SQLite-backed persistent storage for workflow instances.