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.