adam-markovics commented on code in PR #1432:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1432#discussion_r1039826380


##########
PROCESSORS.md:
##########
@@ -2364,6 +2380,8 @@ In the list below, the names of required properties 
appear in bold. Any other pr
 ### Description
 
 Routes FlowFiles based on their Attributes using the Attribute Expression 
Language.
+Any number of user-defined dynamic properties can be added, which all support 
the Attribute Expression Language. Relationships matching the name of the 
properties will be added.
+FlowFiles will be routed to all the relationships whose matching property 
evaluates to "true". Unmatched FlowFiles will be routed for "unmatched" 
relationship, while failed ones to "failure".

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to