10-14-2011 05:57 AM
ProcessInstanceQuery piq = runtimeService.createProcessInstanceQuery().processInstanceBusinessKey("bkey2");
ProcessInstance pi = piq.singleResult();
Execution execution = runtimeService.createExecutionQuery().processInstanceId(pi.getId())
.activityId("myReceiveTask")
.singleResult();
runtimeService.signal(execution.getId());
10-14-2011 07:29 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.