Expression Language in the Application
The Expression Language is used heavily throughout the NiFi application for configuring Processor properties. Not all Processor properties support the Expression Language, however. Whether or not a Property supports the Expression Language is determined by the developer of the Processor when the Processor is written. However, the application strives to clearly illustrate for each Property whether or not the Expression Language is supported.
-
NONE - expression language is not supported for this property
-
VARIABLE_REGISTRY is hierarchically constructed as below:
-
Variables defined at process group level and then, recursively, up to the higher process group until the root process group.
-
Variables defined in custom properties files through the nifi.variable.registry.properties property in nifi.properties file.
-
Environment variables defined at JVM level and system properties.
-
-
FLOWFILE_ATTRIBUTES - will use attributes of each individual flow file, as well as those variables defined by the Variable Registry, as described above.