Pierre Villard created NIFI-13890:
-------------------------------------
Summary: No referencing component for quoted parameter
Key: NIFI-13890
URL: https://issues.apache.org/jira/browse/NIFI-13890
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Pierre Villard
Assignee: Pierre Villard
If a parameter is referenced in a property using quotes:
{code:java}
${#{'My Parameter'}:toLower():contains("foo")} {code}
or just:
{code:java}
#{'My Parameter'} {code}
No referencing component will be found for the parameter making it as writeable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)