if (Debug.verboseOn()) Debug.log(":: getAllProcessMgrs ::", module);
GenericDelegator delegator = SharkContainer.getDelegator();
List createdList = new ArrayList();
List lookupList = null;
try {
lookupList = delegator.findAll(org.ofbiz.shark.SharkConstants.WfProcessMgr);
} catch (GenericEntityException e) {
Debug.logError(e, module);
throw new PersistenceException(e);
}
if (lookupList != null && lookupList.size() > 0) {