[
https://jira.jboss.org/jira/browse/JBPM-2383?page=com.atlassian.jira.plug...
]
Heiko Braun commented on JBPM-2383:
-----------------------------------
However they do here:
// active processes
List<ProcessDefinition> activePds =
repositoryService.createProcessDefinitionQuery()
.orderAsc(ProcessDefinitionQuery.PROPERTY_NAME)
.list();
Suspended definition doesn't show up in query
---------------------------------------------
Key: JBPM-2383
URL:
https://jira.jboss.org/jira/browse/JBPM-2383
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.0
Reporter: Heiko Braun
Assignee: Tom Baeyens
ProcessDefinition processDefinition = repositoryService.createProcessDefinitionQuery()
.processDefinitionId(id)
.uniqueResult();
assertNotNull(processDefintion);
--
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