Hello. I am running a nifi1.12 version. I can't seem to access NiFi system
level variables correctly in my python scripts called by ExecuteScript
processors. Can anyone tell me how to correct what I am doing wrong?
Declare in nifi as a Variable, and known to my process group where I am
referencing it from:
nifiVar.fileGroup ... ABCDEF
My python script attempts to this, which works for all other attributes
known to my flowFiles:
result['fileGroup'] = flowFile.getAttribute('nifiVar.fileGroup')
Thanks for any advice.
Jim