pvillard31 commented on a change in pull request #4131: NIFI-7176 added 
InvokeHTTP support parametric READ.TIMEOUT and CONNEC…
URL: https://github.com/apache/nifi/pull/4131#discussion_r390889303
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java
 ##########
 @@ -182,6 +182,7 @@
             .name("Connection Timeout")
             .description("Max wait time for connection to remote service.")
             .required(true)
+            
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
 
 Review comment:
   ```suggestion
               
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
   ```

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


With regards,
Apache Git Services

Reply via email to