Skip to content

Commit

Permalink
NIFI-12784 Set Path Not Found as a Dependent Property in EvaluateJson…
Browse files Browse the repository at this point in the history
…Path

This closes apache#8420

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
dan-s1 authored and exceptionfactory committed Feb 21, 2024
1 parent 043e2dd commit 0a2ba31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public class EvaluateJsonPath extends AbstractJsonPathProcessor {
.required(true)
.allowableValues(PATH_NOT_FOUND_WARN, PATH_NOT_FOUND_IGNORE, PATH_NOT_FOUND_SKIP)
.defaultValue(PATH_NOT_FOUND_IGNORE)
.dependsOn(DESTINATION, DESTINATION_ATTRIBUTE)
.build();

public static final Relationship REL_MATCH = new Relationship.Builder()
Expand Down

0 comments on commit 0a2ba31

Please sign in to comment.