215216217218219220221222223224225
logger.error("Error in reading work template",e); return; } // calculate process Id String pId = work.calculatePId(); logger.debug("process Id is "+pId); work.setSbiParametersMap(parameters); CommonjEngine cm=new CommonjEngine(); try {