07-15-2011 04:34 AM
ProcessInstanc parentProcess = runtimeService.createProcessInstanceQuery().subProcessInstanceId(execution.getProcessInstanceId()).list().get(0);
Am I right?Does anybody have any suggestion to solve my problem? 07-15-2011 08:24 AM
07-15-2011 09:25 AM
historyService.createHistoricProcessInstanceQuery().superProcessInstanceId(ID).list();
It seems working, you can find a svn diff file attached ( created using the 5.6 tag revision ) so the team can ( if it likes this feature ) insert it into next releases.07-15-2011 09:44 AM
07-15-2011 10:38 AM
Hi,
The change looks good and is certainly something we can add.
Although, we also need an upgrade script like the ones you can find in activiti-engine/src/main/resources/org/activiti/db/upgrade.
If you can add those also in a diff script then I can try to integrate it into trunk.
Thanks,
07-17-2011 11:12 AM
07-19-2011 05:10 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.