Commit c2d34052 by huangfusuper

修正工作流名称设置错误的BUG

parent d3d4ec0d
......@@ -104,7 +104,7 @@ public class TaskAndLogServerImpl implements TaskAndLogServer {
RunRecording runRecording = RunRecording.builder()
.runId(jobTask.getRunId())
.flowId(jobTask.getMapFlowId())
.flowName(jobTask.getFlowName())
.flowName(virFlow.getFlowName())
.flowVersionName(jobTask.getVersionName())
.flowStatus("4")
.flowRunResult("2")
......
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