SbloodyS commented on code in PR #16288:
URL: 
https://github.com/apache/dolphinscheduler/pull/16288#discussion_r1671587201


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java:
##########
@@ -427,4 +427,9 @@ ProcessDefinition updateSingleProcessDefinition(User 
loginUser,
      * @return variables data
      */
     Map<String, Object> viewVariables(User loginUser, long projectCode, long 
code);
+
+    void saveProcessLineage(List<TaskDefinitionLog> taskDefinitionLogList,
+                            long projectCode,
+                            long processDefinitionCode,
+                            int processDefinitionVersion);

Review Comment:
   Good suggestion. Will fix 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to