fuchanghai commented on code in PR #14967:
URL: 
https://github.com/apache/dolphinscheduler/pull/14967#discussion_r1337925458


##########
dolphinscheduler-ui/src/common/types.ts:
##########
@@ -19,6 +19,7 @@ import { Component } from 'vue'
 export type ITaskState =
   | 'SUBMITTED_SUCCESS'
   | 'RUNNING_EXECUTION'
+  | 'STOP'

Review Comment:
   hi @imizao  It's best to sort by ID. Can you put STOP after PAUSE? Of course 
it won't have any impact if you don't change it.



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