Name | Description |
---|---|
failure | FlowFiles are routed to this relationship when the XQuery cannot be evaluated against the content of the FlowFile. |
unmatched | FlowFiles are routed to this relationship when the XQuery 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 XQuery is successfully evaluated and the FlowFile is modified as a result |
Name | Description |
---|---|
user-defined | This processor adds user-defined attributes if the <Destination> property is set to flowfile-attribute . |
Resource | Description |
---|---|
MEMORY | Processing requires reading the entire FlowFile into memory |