Commit f2b2c046 by guo_minglei@163.com

修改快照记录

parent b73fc51e
...@@ -108,9 +108,8 @@ public class StatusSnapshootThreadRunHelper extends BaseThreadRunHelper { ...@@ -108,9 +108,8 @@ public class StatusSnapshootThreadRunHelper extends BaseThreadRunHelper {
flowStatusSnapshoot.setFailNode(nodeStatistic.getFail()); flowStatusSnapshoot.setFailNode(nodeStatistic.getFail());
flowStatusSnapshoot.setKillNode(nodeStatistic.getKill()); flowStatusSnapshoot.setKillNode(nodeStatistic.getKill());
}else { }else {
nodeStatistic = new StatisticData();
//不存在节点的运行日志 //不存在节点的运行日志
nodeStatistic.setUnstart(flow.getFlowNodeCount()); flowStatusSnapshoot.setUnstartNode(flow.getFlowNodeCount());
} }
} }
}else { }else {
......
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