Ilya Kovalev created NIFI-7733:
----------------------------------
Summary: 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
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)