durable_workflow 0.1.0
durable_workflow: ^0.1.0 copied to clipboard
Local durable execution library for Dart. Provides durable checkpoint/resume workflows with zero dependencies.
0.1.0 #
- Initial release.
- Core durable workflow engine with checkpoint/resume semantics.
- Saga compensation pattern for automatic rollback.
- Durable timers that survive process restarts.
- External signal coordination via
waitSignal. - Configurable retry policies (fixed interval, exponential backoff).
- Pluggable
CheckpointStorepersistence interface. InMemoryCheckpointStorefor testing.RecoveryScannerfor automatic detection and resumption of interrupted workflows.