Name | Description |
---|
failure | FlowFiles are routed to this relationship when the XPath cannot be evaluated against the content of the FlowFile; for instance, if the FlowFile is not valid XML, or if the Return Type is 'nodeset' and the XPath evaluates to multiple nodes |
unmatched | FlowFiles are routed to this relationship when the XPath does not match the content of the FlowFile and the Destination is set to flowfile-content |
matched | FlowFiles are routed to this relationship when the XPath is successfully evaluated and the FlowFile is modified as a result |