165166167168169170171172173174175
return; } WfStateAuditEvent stateEvent = (WfStateAuditEvent) event; String mgrName = stateEvent.processMgrName(); String[] ids = mgrName.split("/"); String packageId = ids[0]; String processId = ids[1]; String processKey = stateEvent.processKey();