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:24:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Gilman updated NIFI-6346:
------------------------------
    Description: 
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.

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

  was:
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})}


> 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
>            Priority: Major
>
> 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.
> {code}
> ${#{abc}:toUpper()}
> #{abc}${attr:toUpper()}
> ${attr:contains(#{abc})}
> {code}



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