Commit 180cc116 by huangfusuper

做验证打包

parent 0dd153f4
......@@ -75,6 +75,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
public void saveRunRecordingAndTask(JobTask jobTask,boolean repair) throws UnknownHostException, ParseException {
log.info("-----------saveRunRecordingAndTask start【虚节点保存服务】--------------");
//根据 map_flow_id查询当前的版本的工作流 使用祝工作流的runId 保存到执行记录表和任务表
//
Integer mapFlowId = jobTask.getMapFlowId();
//主工作流
Flow mainFlow = flowService.findFlowById(jobTask.getFlowId());
......@@ -192,6 +193,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
jobTaskTarget.setReRunId(jobTask.getReRunId());
jobTaskTarget.setScheduleType(jobTask.getScheduleType());
jobTaskTarget.setFlowName(runRecording.getFlowName());
jobTaskTarget.setLogId(null);
return jobTaskTarget;
}).collect(Collectors.toList());
......
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