kevinbsilva commented on a change in pull request #4605:
URL: https://github.com/apache/nifi/pull/4605#discussion_r505928609
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/MonitorActivity.java
##########
@@ -85,6 +85,7 @@
.description("Determines how much time must elapse before
considering the flow to be inactive")
.required(true)
.addValidator(StandardValidators.TIME_PERIOD_VALIDATOR)
+
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
Review comment:
Added support for Expression Language, within scope 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]