212223242526272829
} public void testUpdateFlow() throws Exception { final MuleEvent event = getTestEvent(""); final SimpleFlowConstruct flow = lookupFlowConstruct("MainFlow"); final MuleEvent responseEvent = flow.process(event); System.out.println(responseEvent); }