313233343536373839
@Test public void testFlow() throws Exception { FlowManager flowManager = deployFlow(CountRandom.class, Maps.<String, String>newHashMap()); TimeUnit.SECONDS.sleep(5); flowManager.stop(); } }