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: Core Engine
Reporter: Heiko Braun
Assignee: Tom Baeyens
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