ruanwenjun commented on code in PR #11682:
URL: https://github.com/apache/dolphinscheduler/pull/11682#discussion_r959656768
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java:
##########
@@ -698,6 +699,43 @@ public Map<String, Object>
verifyProcessDefinitionName(User loginUser, long proj
return result;
}
+ @Override
Review Comment:
If the operation failed, but some workflow has been deleted, this will make
the data incorrect.
--
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]