Skip to content

Commit

Permalink
Remove undefined phase when creating execution model
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
  • Loading branch information
troychiu committed Mar 28, 2024
1 parent f757699 commit ec6d613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyteadmin/pkg/repositories/transformers/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func CreateExecutionModel(input CreateExecutionModelInput) (*models.Execution, e
}
createdAt := timestamppb.New(input.CreatedAt)
closure := admin.ExecutionClosure{
Phase: core.WorkflowExecution_UNDEFINED,
CreatedAt: createdAt,
UpdatedAt: createdAt,
Notifications: input.Notifications,
Expand Down

0 comments on commit ec6d613

Please sign in to comment.