mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
remove duplicate code
This commit is contained in:
parent
99ac146e54
commit
373c2aeba4
@ -72,7 +72,6 @@ public class SubProcessTaskExecThread extends MasterBaseTaskExecThread {
|
||||
this.taskInstance.setState(ExecutionStatus.KILL);
|
||||
}else{
|
||||
this.taskInstance.setState(subProcessInstance.getState());
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
taskInstance.setEndTime(new Date());
|
||||
|
Loading…
Reference in New Issue
Block a user