fjtirado commented on code in PR #2166:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2166#discussion_r1888707365


##########
data-index/data-index-graphql/src/main/java/org/kie/kogito/index/graphql/AbstractGraphQLSchemaManager.java:
##########
@@ -141,7 +141,7 @@ public ProcessDefinition 
getProcessDefinition(DataFetchingEnvironment env) {
         return cacheService.getProcessDefinitionStorage().get(new 
ProcessDefinitionKey(source.getProcessId(), source.getVersion()));
     }
 
-    protected String getServiceUrl(String endpoint, String processId) {
+    public String getServiceUrl(String endpoint, String processId) {

Review Comment:
   Im going to refactor this, service URL should not be part of the interface 
of KogitoRuntimeClient (at least not for new methods)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to