durable_workflow 0.1.0 copy "durable_workflow: ^0.1.0" to clipboard
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 CheckpointStore persistence interface.
  • InMemoryCheckpointStore for testing.
  • RecoveryScanner for automatic detection and resumption of interrupted workflows.
1
likes
150
points
40
downloads

Documentation

API reference

Publisher

verified publisherbrodykim.work

Weekly Downloads

Local durable execution library for Dart. Provides durable checkpoint/resume workflows with zero dependencies.

Repository (GitHub)
View/report issues

Topics

#workflow #durable-execution #checkpoint #saga #retry

License

MIT (license)

Dependencies

test

More

Packages that depend on durable_workflow