You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "adamdebreceni (via GitHub)" <gi...@apache.org> on 2023/03/08 13:51:47 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1492: MINIFICPP-2021 Auto-generate extra doc sections in PROCESSORS.md

adamdebreceni commented on code in PR #1492:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1492#discussion_r1129461061


##########
extensions/http-curl/processors/InvokeHTTP.cpp:
##########
@@ -149,6 +149,13 @@ const core::Relationship InvokeHTTP::RelFailure("failure",
     "The original FlowFile will be routed on any type of connection failure, "
     "timeout or general exception. It will have new attributes detailing the request.");
 
+
+const core::OutputAttribute InvokeHTTP::StatusCode{"invokehttp.status.code", { Success, RelResponse, RelRetry, RelNoRetry }, "The status code that is returned"};

Review Comment:
   can we use the `STATUS_CODE` and other constants from `InvokeHTTP.h`?



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org