Skip to content

Commit

Permalink
update execution types
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Fiedler <jan@union.ai>
  • Loading branch information
fiedlerNr9 committed Apr 9, 2024
1 parent 5075e5b commit 835557d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/oss-console/src/components/Executions/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
NodeExecution,
NodeExecutionClosure,
NodeExecutionMetadata,
WorkflowNodeMetadata,
} from '../../models/Execution/types';
import { TaskTemplate } from '../../models/Task/types';

Expand All @@ -15,6 +13,7 @@ export interface ExecutionPhaseConstants {
}

export enum NodeExecutionDisplayType {
ArrayNode = 'Array Node',
MapTask = 'Map Task',
BatchHiveTask = 'Hive Batch Task',
BranchNode = 'Branch Node',
Expand Down

0 comments on commit 835557d

Please sign in to comment.