Hello Russell, The annotation you are looking for is @DynamicProperties[1] an example of it in use is in the PutFTP processor[2].
[1] https://github.com/apache/nifi/blob/e4b7e47836edf47042973e604005058c28eed23b/nifi-api/src/main/java/org/apache/nifi/annotation/behavior/DynamicProperties.java [2] https://github.com/apache/nifi/blob/e4b7e47836edf47042973e604005058c28eed23b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java#L50 Hope that helps, Joe - - - - - - Joseph Percivall linkedin.com/in/Percivall e: [email protected] On Friday, April 15, 2016 7:46 PM, Russell Bateman <[email protected]> wrote: What's the syntax for defining more than one dynamic property for a processor? I need to specify up to three distinctly different ones and attempting to do it all in @DynamicProperty( name = "{blah,blah2,blah3}", value = "{\"blah-value\",\"blah2-value\",\"blah3-value\"}", supportsExpressionLanguage = false, description = "Big blah, blah, blah..." ) is under-powered. Many thanks.
