//Carry out the processing
FlowStateBean flowBean=super.getFlowBeanFromContext(executionContext);
// Get the Spring bean responsible for loading the decision table
BeanFactory appContext = super.getSpringContext();
MessageDao mDao = (MessageDao) appContext.getBean(DAO_NAME);
executionContext.leaveNode();