caoyj1991 commented on a change in pull request #5983:
URL: https://github.com/apache/dolphinscheduler/pull/5983#discussion_r690973764



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessInstanceService.java
##########
@@ -131,7 +131,7 @@ Result queryProcessInstanceList(User loginUser, String 
projectName, Integer proc
      * @param processInstanceId process instance id
      * @return delete result code
      */
-    Map<String, Object> deleteProcessInstanceById(User loginUser, String 
projectName, Integer processInstanceId);
+    Map<String, Object> deleteProcessInstanceById(User loginUser, String 
projectName, Integer processInstanceId, Map<String, List<String>> taskFiles);

Review comment:
       传入的参数作为引用会不断的累加数据。 有什原因不能传入这个阐述吗?
   




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