Expand description
Build an AhbWorkflow from an AHB-enriched PID schema JSON value.
This is the runtime-agnostic half of the former automapper-api validation
bridge: it needs only serde_json + the condition parser + the shared
ahb-types, so it lives here (a published crate). automapper-generator
calls it at compile-mappings time to bake the workflow into the data bundle,
and automapper-api re-exports it. The AhbSchema-based builders stay in
automapper-api (they depend on automapper-generator).
Functionsยง
- ahb_
workflow_ from_ pid_ schema - Build an
AhbWorkflowfrom an enriched PID schema JSON value.