Expand description
Downstream runtimes must set the current tenant telemetry context via
greentic_types::telemetry::set_current_tenant_ctx before executing flows
(for example, prior to FlowEngine::run in the host runner).
Re-exports§
pub use bundle::FlowBundle;pub use bundle::FlowBundleVersion;
Modules§
Functions§
- load_
and_ validate - Load a flow document from YAML using the embedded schema and return a versioned bundle.
- load_
and_ validate_ with_ source - Same as
load_and_validatebut lets callers label the source for diagnostics. - to_ir
- Convert a
FlowDocinto its compact intermediate representation.