Skip to main content

Module workflow_schema

Module workflow_schema 

Source
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 AhbWorkflow from an enriched PID schema JSON value.