Commit 14b49e56 by guominglei

重跑时拿实例的信息来构建本次信息

parent 31443c7d
...@@ -597,6 +597,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -597,6 +597,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
newRunRecording.setEndTime(null); newRunRecording.setEndTime(null);
//设置实例下节点数目 //设置实例下节点数目
newRunRecording.setFlowNodeCount(scheduleNodeCount); newRunRecording.setFlowNodeCount(scheduleNodeCount);
newRunRecording.setRecordingId(null);
return newRunRecording; return newRunRecording;
} }
......
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