Skip to content

Commit

Permalink
fix issues[4971] Workflow execution datax node failed
Browse files Browse the repository at this point in the history
fix issues[4971] Workflow execution datax node failed
  • Loading branch information
utopianet authored Nov 17, 2023
1 parent 2b47014 commit a874f00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ abstract class ComputationExecutor(val outputPrintLimit: Int = 1000)
TaskResponseErrorEvent(engineConnTask.getTaskId, errorExecuteResponse.message)
)
transformTaskStatus(engineConnTask, ExecutionNodeStatus.Failed)
case _ =>
}
executeResponse
}
Expand Down

0 comments on commit a874f00

Please sign in to comment.