Github user hemantha-kumara commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3000#discussion_r219562808
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/FileTransfer.java
---
@@ -141,6 +141,13 @@ default String getAbsolutePath(FlowFile flowFile,
String remotePath) throws IOEx
.defaultValue("false")
.allowableValues("true", "false")
.build();
+ public static final PropertyDescriptor FOLLOW_SYMLINK = new
PropertyDescriptor.Builder()
--- End diff --
Submitted changes with commit 7fede6760b4ecc5980125f19d89588827690909b
---