Crate greentic_flow

Crate greentic_flow 

Source
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§

bundle
error
ir
lint
loader
model
registry
resolve
util

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_validate but lets callers label the source for diagnostics.
to_ir
Convert a FlowDoc into its compact intermediate representation.