We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d3af6 commit 5cac989Copy full SHA for 5cac989
dolphinscheduler-ui/src/common/common.ts
@@ -215,14 +215,6 @@ export const tasksState = (t: any): ITaskStateConfig => ({
215
isSpin: false,
216
classNames: 'pause'
217
},
218
- STOP: {
219
- id: 5,
220
- desc: `${t('project.workflow.stop')}`,
221
- color: '#e90101',
222
- icon: StopOutlined,
223
- isSpin: false,
224
- classNames: 'stop'
225
- },
226
FAILURE: {
227
id: 6,
228
desc: `${t('project.workflow.failed')}`,
dolphinscheduler-ui/src/common/types.ts
@@ -20,7 +20,6 @@ export type ITaskState =
20
| 'SUBMITTED_SUCCESS'
21
| 'RUNNING_EXECUTION'
22
| 'PAUSE'
23
- | 'STOP'
24
| 'FAILURE'
25
| 'SUCCESS'
26
| 'NEED_FAULT_TOLERANCE'
0 commit comments