CalvinKirs commented on a change in pull request #4411:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4411#discussion_r554649658



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java
##########
@@ -1836,5 +1836,10 @@ private void checkBatchOperateResult(String 
srcProjectName, String targetProject
         }
     }
 
+    public Map<String, Object> queryTaskDependenciesByTaskName(User loginUser, 
String projectName, Integer processId, String taskName) {
+
+        return null;

Review comment:
       well,can you finish it?




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

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


Reply via email to