forge-runtime 0.9.0

Runtime executors and gateway for the Forge framework
1
2
3
4
5
6
7
8
9
10
11
mod event_store;
mod executor;
mod registry;
mod scheduler;
mod state;

pub use event_store::EventStore;
pub use executor::WorkflowExecutor;
pub use registry::{ResumeBlockReason, WorkflowEntry, WorkflowRegistry, WorkflowVersionKey};
pub use scheduler::{WorkflowScheduler, WorkflowSchedulerConfig};
pub use state::{WorkflowRecord, WorkflowStepRecord};