[
https://issues.apache.org/jira/browse/NIFI-7733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Kovalev updated NIFI-7733:
-------------------------------
Description:
in {color:#000080}interface {color}FileTransfer
**Expression Language Scope for {color:#660e7a}REMOTE_PATH {color}is
{color:#660e7a}VARIABLE_REGISTRY {color}but PutFileTransfer evaluate it with
flowfile
{color:#000080}final {color}String rootPath =
context.getProperty(FileTransfer.{color:#660e7a}REMOTE_PATH{color}).evaluateAttributeExpressions(flowFile).getValue();
In generated documentation specified variable registry scope and this confused
the user
was:
in {color:#000080}interface {color}FileTransfer
**Expression Language Scope for {color:#660e7a}REMOTE_PATH {color}is
{color:#660e7a}VARIABLE_REGISTRY
{color}but PutFileTransfer evaluate it with flowfile
{color:#000080}final {color}String rootPath =
context.getProperty(FileTransfer.{color:#660e7a}REMOTE_PATH{color}).evaluateAttributeExpressions(flowFile).getValue();
In generated documentation specifies variable registry scope and this confused
the user
> Change EL scope for REMOTE_PATH in PutFTP
> ------------------------------------------
>
> Key: NIFI-7733
> URL: https://issues.apache.org/jira/browse/NIFI-7733
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Ilya Kovalev
> Priority: Minor
>
> in {color:#000080}interface {color}FileTransfer
> **Expression Language Scope for {color:#660e7a}REMOTE_PATH {color}is
> {color:#660e7a}VARIABLE_REGISTRY {color}but PutFileTransfer evaluate it with
> flowfile
> {color:#000080}final {color}String rootPath =
> context.getProperty(FileTransfer.{color:#660e7a}REMOTE_PATH{color}).evaluateAttributeExpressions(flowFile).getValue();
> In generated documentation specified variable registry scope and this
> confused the user
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)