pub fn run<C: PrimitiveCatalog>(
expanded: &ExpandedGraph,
catalog: &C,
registries: &Registries<'_>,
ctx: &ExecutionContext,
) -> Result<ExecutionReport, RuntimeError>Expand description
Canonical execution entrypoint. Validates the expanded graph before executing it with the provided registries and context.