[
https://jira.jboss.org/jira/browse/JBPM-2055?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2055.
-------------------------------
Resolution: Cannot Reproduce Bug
created org.jbpm.test.execution.ExecutionQueryTest
i didn't encounter any problems with it. probably it was fixed in the meantime in
some other refactoring.
Executions that are ended show up in query
------------------------------------------
Key: JBPM-2055
URL:
https://jira.jboss.org/jira/browse/JBPM-2055
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Heiko Braun
Assignee: Tom Baeyens
Fix For: jBPM 4.0
ExecutionQuery query = execService.createExecutionQuery();
query.processDefinitionId(<ID>);
List<Execution> executions = query.execute();
The resulting list contains execution that are already ended.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira