Expand description
Module for step. Step-level event handling and orchestration logic.
Re-exports§
pub use dispatch::*;pub use events::*;pub use intrinsic::*;pub use quota::*;pub use scheduling::*;
Modules§
- dispatch
- Step dispatching mechanisms.
- events
- Event handlers for step state transitions.
- intrinsic
- Intrinsic, built-in step type implementations. Intrinsic step types that are built into the Stormchaser engine.
- quota
- Quota management for step execution.
- scheduling
- Step scheduling and dependency resolution logic.