Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.0
-
None
-
None
Description
Some components have to eagerly get property value change, and do some stuff. Sometimes, the target properties support Expression Language (EL).
However, since current onPropertyModified method only passes String representation of property value, we can't evaluate EL in that method directly.
It would be useful if we can use subject-less EL functions (i.e without incoming FlowFile) at onPropertyModified, especially with Variable Registry.
Attachments
Issue Links
- is related to
-
NIFI-2078 State management for processors whose states are managed externally
- Open