2122232425262728293031
} @Override public void execute(BpmContext context) { try { BpmActionHandler obj = (BpmActionHandler)getClass().getClassLoader().loadClass(target).newInstance(); obj.execute(context); } catch (Throwable t) { MLog.e(this,target,t); } }