Marton Szasz created MINIFICPP-2725:
---------------------------------------
Summary: python: EL only works with flow file context
Key: MINIFICPP-2725
URL: https://issues.apache.org/jira/browse/MINIFICPP-2725
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Marton Szasz
{noformat}
File
"/home/szaszm/minifihome/nifi-minifi-cpp-1.26.02/minifi-python/nifiapi/processorbase.py",
line 75, in onSchedule
self.onScheduled(context_proxy)
File "<string>", line 41, in onScheduled
File
"/home/szaszm/minifihome/nifi-minifi-cpp-1.26.02/minifi-python/nifiapi/properties.py",
line 273, in evaluateAttributeExpressions
new_string_value = self.cpp_context.getProperty(self.name,
flow_file.cpp_flow_file)
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'cpp_flow_file'{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)