You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2019/06/04 13:23:00 UTC

[jira] [Created] (NIFI-6346) UI - Allow paramter reference within EL

Matt Gilman created NIFI-6346:
---------------------------------

             Summary: UI - Allow paramter reference within EL
                 Key: NIFI-6346
                 URL: https://issues.apache.org/jira/browse/NIFI-6346
             Project: Apache NiFi
          Issue Type: Sub-task
          Components: Core UI
            Reporter: Matt Gilman
            Assignee: Matt Gilman


Need to update `nfel` to support referencing parameters within expression language. A parameter reference should be allowed outside of an expression, as a subject to an expression, or as a parameter to a function in an expression.

${#{abc}:toUpper()}
#{abc}${attr:toUpper()}
${attr:contains(#{abc})}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)