caishunfeng commented on a change in pull request #7774:
URL: https://github.com/apache/dolphinscheduler/pull/7774#discussion_r777786377



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java
##########
@@ -612,13 +612,13 @@ private void setProcessInstance(ProcessInstance 
processInstance, String tenantCo
         }
         ProcessInstance processInstance = 
processService.findProcessInstanceDetailById(processInstanceId);
         if (null == processInstance) {
-            putMsg(result, Status.PROCESS_INSTANCE_NOT_EXIST, 
processInstanceId);
+            putMsg(result, Status.PROCESS_INSTANCE_NOT_EXIST, 
String.valueOf(processInstanceId));

Review comment:
       What's the different of log?




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