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


##########
nifi-toolkit/nifi-toolkit-client/src/main/java/org/apache/nifi/toolkit/client/ConnectorClient.java:
##########
@@ -234,15 +234,15 @@ VerifyConnectorConfigStepRequestEntity 
deleteConfigStepVerificationRequest(Strin
     ProcessGroupFlowEntity getFlow(String connectorId) throws 
NiFiClientException, IOException;
 
     /**
-     * Gets the flow for the process group managed by a connector.
+     * Gets the flow for a specific process group within a connector's managed 
flow.
      *
      * @param connectorId the connector ID
-     * @param uiOnly whether to return only UI-specific fields
+     * @param processGroupId the process group ID within the connector's 
managed flow
      * @return the process group flow entity
      * @throws NiFiClientException if an error occurs during the request
      * @throws IOException if an I/O error occurs
      */
-    ProcessGroupFlowEntity getFlow(String connectorId, boolean uiOnly) throws 
NiFiClientException, IOException;
+    ProcessGroupFlowEntity getFlow(String connectorId, String processGroupId) 
throws NiFiClientException, IOException;

Review Comment:
   Do we care about losing the `uiOnly` capability for clients using this?



-- 
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