523524525526527528529530
return retry; case PROCESS: Process process = (Process) entity; return process.getRetry(); default: throw new IvoryException("Cannot create Retry for entity:"+entity.getName()); } }