/** * 启动流程 */ @Test public void 启动() throws Exception { runtimeService.startProcessInstanceByKey("myProcess"); }