454647484950515253
setLazyLoaded(graphXml==null); } public String getGraphXML() throws Exception { if (isLazyLoaded()){ throw new LazyLoadedDataException("This workflow data is lazy loaded. Please use the API to retrieve the workflow graph!!!"); } return graphXML; }