ruanwenjun commented on code in PR #16327:
URL: 
https://github.com/apache/dolphinscheduler/pull/16327#discussion_r1729057624


##########
dolphinscheduler-extract/dolphinscheduler-extract-master/src/main/java/org/apache/dolphinscheduler/extract/master/transportor/ITaskExecutionEvent.java:
##########
@@ -38,9 +42,13 @@ public interface ITaskInstanceExecutionEvent {
     TaskInstanceExecutionEventType getEventType();
 
     enum TaskInstanceExecutionEventType {
+        DISPATCH,
         RUNNING,
+        PAUSED,
+        KILLED,
+        FAILED,
+        SUCCESS,
         FINISH,

Review Comment:
   No, we don't need this type, I removed this.



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