10-27-2011 08:03 AM
Map<String, Object> vars = new HashMap<String, Object>();
vars.put("exceptionService", new ExceptionThrowingService());
String processInstanceId = runtimeService.startProcessInstanceByKey("errorHandlingErrorNoBoundaryEvent", vars).getId();
runtimeService.signal(processInstanceId);
assertNotNull(runtimeService.createExecutionQuery().processInstanceId(processInstanceId).activityId("receiveTask1").singleResult());
10-27-2011 08:38 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.