njnu-seafish commented on code in PR #18063:
URL:
https://github.com/apache/dolphinscheduler/pull/18063#discussion_r2964456881
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/workflow/lifecycle/WorkflowLifecycleEventType.java:
##########
@@ -25,34 +25,47 @@ public enum WorkflowLifecycleEventType implements
ILifecycleEventType {
* Start the workflow instance
*/
START,
+
/**
* Notify the workflow instance there exist a task has been finished, and
should do DAG topology logic transaction.
*/
TOPOLOGY_LOGICAL_TRANSACTION_WITH_TASK_FINISH,
+
+ /**
+ * Do Timeout strategy of the workflow instance.
+ */
+ TIMEOUT,
+
/**
* Pause the workflow instance
*/
PAUSE,
+
Review Comment:
> Please don't change the unrelated code.
ok
--
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]