03-12-2014 09:55 AM
03-13-2014 03:35 AM
return runtimeService.createProcessInstanceQuery().processDefinitionId(processDefinition.getId())
.orderByProcessInstanceId().asc().list();
try to execute runtimeService.createProcessInstanceQuery().list()
- you will see all process instances in the engine.03-13-2014 10:19 AM
03-17-2014 04:57 AM
03-17-2014 06:34 AM
03-17-2014 06:55 AM
03-19-2014 10:24 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.