pub fn handle_qa_process_node(
root: &Path,
node_config: &Value,
provider_pack: &ProviderPack,
provider_id: &str,
domain: Domain,
ctx: &OperatorContext,
interactive: bool,
) -> Result<Value>Expand description
Handle a QA process flow node.
This runs the full QA wizard inline:
- Determine provider from node config
- Load FormSpec from the provider pack
- Collect answers (from node config or interactively)
- Call apply-answers on the provider WASM component
- Return the config output as node result