forge-core 0.10.0

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod context;
mod events;
mod step;
mod suspend;
mod traits;

pub use context::{CompensationHandler, StepState, WorkflowContext};
pub use events::{NoOpEventSender, WorkflowEventSender, serialize_payload};
pub use step::{Step, StepBuilder, StepConfig, StepResult, StepStatus};
pub use suspend::{SuspendReason, WorkflowEvent};
pub use traits::{ForgeWorkflow, WorkflowDefStatus, WorkflowInfo, WorkflowStatus};