mcgilman commented on code in PR #10673:
URL: https://github.com/apache/nifi/pull/10673#discussion_r2636131297


##########
nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/src/main/java/org/apache/nifi/stateless/engine/StatelessFlowManager.java:
##########
@@ -237,7 +237,8 @@ public ProcessGroup createProcessGroup(final String id) {
             new StatelessNodeTypeProvider(),
             null,
             group -> null,
-            statelessEngine.getAssetManager());
+            statelessEngine.getAssetManager(),
+            connectorId);
 
         onProcessGroupAdded(created);

Review Comment:
   In the `StandardFlowManager` the call to `onProcessGroupAdded` now happens 
conditionally. Should that condition also be here? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to