Skip to main content

Module qa_flow_handler

Module qa_flow_handler 

Source
Expand description

Operator-side handler for qa.process flow nodes.

When the operator encounters a flow node whose component type is a QA processor, this module intercepts the invocation and runs the QA collect→validate→apply flow inline, returning the result as the node’s output.

Functions§

handle_qa_process_node
Handle a QA process flow node.
is_qa_process_node
Check whether a node component identifier represents a QA processor.