HomminLee commented on code in PR #11682:
URL: https://github.com/apache/dolphinscheduler/pull/11682#discussion_r956912706


##########
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:
   Batch deletion, implemented as a loop call `deleteProcessDefinitionByCode` 
which add `@Transaction`. In my original idea, the delete operation of each 
workflow does not affect each other.
   So, I would like to ask, it is necessary to add `@Transaction` here?



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