I am working with Apache NiFi and I need to configure parameters dynamically based on environment variables. I understand that NiFi has a Parameter Context feature, but I am not sure how to directly reference environment variables within this context.
Here are the specifics of my setup:
I have several environment variables set on the system where NiFi is running.
I need to use these environment variables within my NiFi dataflows, particularly within the Parameter Context.
I have tried searching through the NiFi documentation and various forums, but haven’t found a clear solution.