joewitt commented on code in PR #7808:
URL: https://github.com/apache/nifi/pull/7808#discussion_r1340338439
##########
nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/src/main/python/src/nifiapi/properties.py:
##########
@@ -133,8 +133,9 @@ def __init__(self, name, description, required=False,
sensitive=False,
:param expression_language_scope: documents the scope in which
Expression Language is valid. This value must be specified as one of the enum
values
in
`nifiapi.properties.ExpressionLanguageScope`. A value of `NONE` indicates that
Expression Language will not be evaluated for this property.
This is the default. A value of
`FLOWFILE_ATTRIBUTES` indicates that FlowFile attributes may be referenced when
configuring the property value.
- A value of `LIMITED` indicates that
Expression Language may be used but may not reference FlowFile attributes. For
example, a value of `${now()}` might
- be used to reference the current
date and time, or `${hostname(true)}` might be used to specify the hostname.
+ A value of `ENVIRONMENT` indicates
that Expression Language may be used and may reference environment variables
but may not reference FlowFile attributes.
Review Comment:
already done. just validating on my local setup the findings are resolved.
--
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]