szaszm commented on a change in pull request #1082:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1082#discussion_r656096277



##########
File path: extensions/http-curl/processors/InvokeHTTP.cpp
##########
@@ -123,9 +123,12 @@ const char* InvokeHTTP::REMOTE_DN = "invokehttp.remote.dn";
 const char* InvokeHTTP::EXCEPTION_CLASS = "invokehttp.java.exception.class";
 const char* InvokeHTTP::EXCEPTION_MESSAGE = 
"invokehttp.java.exception.message";
 
-core::Relationship InvokeHTTP::Success("success", "All files are routed to 
success");
+core::Relationship InvokeHTTP::Success("success", "The original FlowFile will 
be routed upon success (2xx status codes). "
+                                       "It will have new attributes detailing 
the success of the request.");
 
-core::Relationship InvokeHTTP::RelResponse("response", "Represents a response 
flowfile");
+core::Relationship InvokeHTTP::RelResponse("response", "A Response FlowFile 
will be routed upon success (2xx status codes). "
+                                           "If the 'Output Response 
Regardless' property is true then the response will be sent "

Review comment:
       ```suggestion
                                              "If the 'Always Output Response' 
property is true then the response will be sent "
   ```




-- 
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.

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


Reply via email to