Skip to content

Commit f651677

Browse files
fuchanghaifuchanghai
authored andcommitted
[improvement-#13045] remove unnecessary judge
1 parent 5bd6167 commit f651677

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/event/WorkflowSubmitFailStateEventHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ public boolean handleStateEvent(WorkflowExecuteRunnable workflowExecuteRunnable,
4141
"Handle workflow instance submit fail state event, the current workflow instance state {} will be changed to {}",
4242
processInstance.getState(), workflowStateEvent.getStatus());
4343

44-
if (workflowExecuteRunnable.processComplementData()) {
45-
return true;
46-
}
4744
workflowExecuteRunnable.updateProcessInstanceState(workflowStateEvent);
4845
workflowExecuteRunnable.endProcess();
4946
return true;

0 commit comments

Comments
 (0)