mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
fix bug#1336 set start/end time before complement the next process
This commit is contained in:
parent
39182568b2
commit
82295eea52
@ -308,10 +308,10 @@ public class MasterExecThread implements Runnable {
|
||||
processInstance.getProcessDefinition().getGlobalParamList(),
|
||||
CommandType.COMPLEMENT_DATA, processInstance.getScheduleTime()));
|
||||
processInstance.setId(0);
|
||||
processInstance.setStartTime(new Date());
|
||||
processInstance.setEndTime(null);
|
||||
processService.saveProcessInstance(processInstance);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user