06-19-2015 11:24 AM
@Override
public void execute(DelegateExecution execution) throws Exception {
//According to the priority, I start process
ProcessInstance processInstance = runtimeService
.startProcessInstanceByKey(P1, variables); // then P2 and P3
}
06-22-2015 03:23 AM
06-22-2015 05:41 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.