Revert "NIFI-5448 Changed from 'stop' to 'penalize' in allowablevalue field to make the popup more consistent."

This reverts commit 9d2b698c1cdfb54411b9f147573767bdda6e355c.
This commit is contained in:
joewitt 2018-10-12 11:08:22 -04:00
parent a6b9364ebf
commit 6b77e7dd89

View File

@ -157,7 +157,7 @@ public class UpdateAttribute extends AbstractProcessor implements Searchable {
}
};
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.");