forge-runtime 0.0.1-alpha

Runtime executors and gateway for the Forge framework
Documentation
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::{WorkflowEntry, WorkflowRegistry};
pub use scheduler::{WorkflowScheduler, WorkflowSchedulerConfig};
pub use state::{WorkflowRecord, WorkflowStepRecord};