update code clean
This commit is contained in:
parent
afeadbe16b
commit
664b17ae96
|
|
@ -18,9 +18,6 @@
|
|||
import type { EditWorkflowDefinition } from '@/views/projects/workflow/components/dag/types'
|
||||
import type { IOption } from '@/components/form/types'
|
||||
|
||||
<<<<<<< HEAD
|
||||
type ProgramType = 'JAVA' | 'SCALA' | 'PYTHON' | 'SQL'
|
||||
=======
|
||||
type TaskExecuteType = 'STREAM' | 'BATCH'
|
||||
|
||||
type TaskType =
|
||||
|
|
@ -62,7 +59,6 @@ type TaskType =
|
|||
|
||||
type ProgramType = 'JAVA' | 'SCALA' | 'PYTHON'
|
||||
|
||||
>>>>>>> 4e09bacb1 ([Fix-13248][UI] Ironed out the issue with failing to query task instances by some state of task. (#13251))
|
||||
type DependentResultType = {
|
||||
[key: string]: 'SUCCESS' | 'FAILURE'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue