201202203204205206207208209210211
continue; } if (allFlowMap.get(template.getFlowId()) == null) { Flow tmp = das.queryFlow(template.getFlowId()); allFlowMap.put(template.getFlowId(), tmp); } Flow flow = allFlowMap.get(template.getFlowId());