You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java
+33
Original file line number
Diff line number
Diff line change
@@ -709,10 +709,43 @@ public Map<String, Object> deleteProcessDefinitionByCode(User loginUser, long pr
709
709
if (deleteRelation == 0) {
710
710
logger.warn("The process definition has not relation, it will be delete successfully");
0 commit comments