FYI, when you are building processors that reference controller service
packages (ex Record API services), you'll want to make sure that you
parameterize the Maven dependency version like ${nifi.version} so that when
you do upgrade versions it's a simple case of this to rebuild:mvn clean install -Dnifi.version=1.11.1 On Wed, Feb 5, 2020 at 6:19 AM Valentina Ivanova <[email protected]> wrote: > Hi Jozef! > > Many thanks for your reply! Just tested it and that is the case. > Everything works when I remove the disabled processor. > > Many thanks again & all the best > > Valentina > ------------------------------ > *From:* [email protected] > *Sent:* Wednesday, February 05, 2020 12:04 > *To:* [email protected] > *Subject:* Re: NiFi import processor group created with previous NiFi > version does not work > > Hi Valentina, > > > > has your template/canvas disabled processors? I’ve already faced a bug > which caused the same error as yours. > > https://issues.apache.org/jira/projects/NIFI/issues/NIFI-6958 > > > > Cheers Josef > > > > > > *From: *Valentina Ivanova <[email protected]> > *Reply to: *"[email protected]" <[email protected]> > *Date: *Wednesday, 5 February 2020 at 11:10 > *To: *"[email protected]" <[email protected]> > *Subject: *NiFi import processor group created with previous NiFi version > does not work > > > > Hi everyone! > > > > We are investigating the following issue. > > I have a dev NiFi instance with version 1.10.0 where I created a process > group template with approximately 15 processors. I can upload that template > to the production NiFi with version 1.11.0 and then start version control > and commit it to the nifi registry. > > However when I delete that template from the canvas and try to import it > from the registry I get the following error message - No Processor with ID > <SOME-ID> belongs to this Process Group. > > If I create the processor group template in the production NiFi 1.11.0 > then I can delete it and import it back to the canvas without issues. > > Do you have any idea why this happens? Is this any versioning issues in > connection to the NiFi processors? Help is very appreciated. > > > > Thanks & all the best > > > > Valentina >
