Skip to main content

Module handler

Module handler 

Source
Expand description

Event handling and dispatching.

Re-exports§

pub use integrations::*;
pub use runner::*;
pub use step::*;
pub use workflow::*;

Modules§

integrations
Module for integrations.
runner
Module for runner.
step
Module for step. Step-level event handling and orchestration logic.
workflow
Module for workflow.

Functions§

archive_workflow
Archive workflow.
dispatch_pending_steps
Dispatch pending steps.
fetch_inputs
Fetch inputs.
fetch_outputs
Fetch outputs.
fetch_quotas
Fetch quotas.
fetch_run
Fetch run.
fetch_run_context
Fetch run context.
fetch_step_instance
Fetch step instance.