Commit 2dcb7127 by huangfusuper

重跑 快速失败标识不带过去

parent dd42cad1
...@@ -648,6 +648,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -648,6 +648,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
newRunRecording.setScheduleType(ScheduleTypeEnum.REPEAT.getCode()); newRunRecording.setScheduleType(ScheduleTypeEnum.REPEAT.getCode());
newRunRecording.setStartTime(null); newRunRecording.setStartTime(null);
newRunRecording.setEndTime(null); newRunRecording.setEndTime(null);
newRunRecording.setFailFast("0");
//设置实例下节点数目 //设置实例下节点数目
newRunRecording.setFlowNodeCount(scheduleNodeCount); newRunRecording.setFlowNodeCount(scheduleNodeCount);
newRunRecording.setRecordingId(null); newRunRecording.setRecordingId(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment