Hello, We are upgrading our Nifi and there are thousands of processors in our flows, many of them are deprecated/erased in 2.1.0. How do you handle this issue?
Downloading the processor group JSON, changing it manually or programmatically (defining corresponding new processors in place of the old ones) and importing to the newer version; could it work ? Thank you.