Skip to content

Commit

Permalink
Revert "NIFI-5448 Changed from 'stop' to 'penalize' in allowablevalue…
Browse files Browse the repository at this point in the history
… field to make the popup more consistent."

This reverts commit 9d2b698.
  • Loading branch information
joewitt committed Oct 12, 2018
1 parent a6b9364 commit 6b77e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public ValidationResult validate(String subject, String input, ValidationContext
}
};

public static final AllowableValue FAIL_STOP = new AllowableValue("penalize", "Penalize", "Penalize FlowFiles." +
public static final AllowableValue FAIL_STOP = new AllowableValue("stop", "Penalize", "Penalize FlowFiles." +
"This is based on the original behavior of the processor to allow for a smooth transition.");
public static final AllowableValue FAIL_ROUTE = new AllowableValue("route", "Route to Failure Relationship",
"If chosen, failed FlowFiles will be routed to the failure relationship.");
Expand Down

0 comments on commit 6b77e7d

Please sign in to comment.