Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The API should allow processors to be marked as deprecated such that the UI then shows on the graph that the Processor is deprecated.
Additionally, the UI should show in the Status Bar that there are deprecated components (processors, reporting tasks, controller services) in the flow.
This valuable because of improvements such as NIFI-377. In this case, we have a community member making the Base64EncodeContent processor more generic so that it can encode/decode base 16,32, and 64. At this point, Base64EncodeContent doesn't make sense as a name, so there is a more generic EncodeContent processor. We don't need both, so we want to deprecated the Base64EncodeContent processor.