szaszm commented on a change in pull request #1126:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1126#discussion_r680931996



##########
File path: docker/test/integration/features/python.feature
##########
@@ -0,0 +1,13 @@
+Feature: MiNiFi can use python processors in its flows
+  Background:
+    Given the content of "/tmp/output" is monitored
+
+  Scenario: A MiNiFi instance can update attributes through custom python 
processor
+    Given a GenerateFlowFile processor with the "File Size" property set to 
"0B"
+    And a ExecutePythonProcessor processor in the "primary_cluster" flow
+    And a LogAttribute processor in the "primary_cluster" flow
+    And the "success" relationship of the GenerateFlowFile processor is 
connected to the ExecutePythonProcessor
+    And the "success" relationship of the ExecutePythonProcessor processor is 
connected to the LogAttribute

Review comment:
       Consider specifying the script file here or calling 
"ExecutePythonProcessor" something more specific, like 
"AddAttributePythonProcessor".




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to