ruanwenjun commented on code in PR #15198:
URL:
https://github.com/apache/dolphinscheduler/pull/15198#discussion_r1402900408
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java:
##########
@@ -3046,15 +2669,24 @@ private Map<String, Map<String, Object>>
getLocalParams(ProcessDefinition proces
return localUserDefParams;
}
- /**
- * delete other relation
- * @param project
- * @param result
- * @param processDefinition
- */
- @Override
- public void deleteOtherRelation(Project project, Map<String, Object>
result, ProcessDefinition processDefinition) {
-
+ private void checkWorkflowIsNotEmpty(Long workflowDefinitionCode) {
Review Comment:
I added comment on this method, and will use another pr to add a public
method for check if the dag is validated.
--
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]