Working with Dynamic Properties and State Management in Apache NiFi's ExecuteScript Processor
Dynamic Properties in ExecuteScript
ExecuteScript processors support dynamic properties, which allow users to define custom property names and values. These properties are passed as variables to the script, with each property represented as a PropertyValue object.
Key Considerations:
Property names must conform to the target language's variabl ...
Posted on Tue, 04 Aug 2026 16:27:24 +0000 by purplenewt