bbende commented on issue #3642: NIFI-6382: On flow import and version change, create parameter context where necessary and add parameters where necessary URL: https://github.com/apache/nifi/pull/3642#issuecomment-520462241 Still testing, but noticed two things so far... 1) Sensitive properties still have their values cleared out when being saved to registry. I think we want to detect if the value is a parameter reference and retain the value in that case, otherwise those values would have to manually be set again after import. 2) In the case where you import a flow from registry that has a context named "foo" and there is already a context named "foo" in the NiFi instance, it doesn't appear to be adding new parameters. I had existing "foo" with "param1", and the incoming "foo" from the flow snapshot also had "param2" and "param3" but those weren't added to the existing "foo".
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
