Re: dynamic properties not recovering from ghost component state

2023-06-30 Thread Bryan Bende
Hi Nissim, I'm wondering if we need to store the set of sensitiveDynamicPropertyNames in flow.json or flow.xml. Currently when loading the flow we are recreating this set by looking at the property values and seeing which properties are dynamic and have an encrypted value. The problem you are high

dynamic properties not recovering from ghost component state

2023-06-30 Thread Nissim Shiman
Hello apache nifi devs, I have run into an issue that appears to require a different way of handling ghost components than we are currently, and would like input before proceeding further. Specifically, this is related to    https://issues.apache.org/jira/browse/NIFI-11570 Besides the exampl

Re: Component State

2019-07-31 Thread Bryan Bende
Hello, I'm not sure specifically how to do it with nipyapi, but the REST end-point is /processors//{id}/state where id is the processor uuid. Thanks, Bryan On Wed, Jul 31, 2019 at 7:34 AM ashwinreddyc . wrote: > > Hello, > > I'm looking to get the component state of s

Component State

2019-07-31 Thread ashwinreddyc .
Hello, I'm looking to get the component state of say QueryDatabaseTables using nipyapi module. How do I get it ? Here is the flow right click on the QueryDatabaseTables processor and select view State. We will find the key value pairs, which give the state of the component Can you please