mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 03:25:04 +00:00
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:
parent
a6b9364ebf
commit
6b77e7dd89
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user