[
https://jira.jboss.org/jira/browse/JBPM-2305?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2305.
-------------------------------
Resolution: Done
Added to TaskQuery:
/** only query for tasks that are associated to the given process instance */
TaskQuery processInstanceId(String processInstanceId);
/** only query for tasks that are associated to the given process definition */
TaskQuery processDefinitionId(String processDefinitionId);
/** only query for tasks that are associated to the given activity name. This
* can be used in combination with the {@link #processDefinitionId(String)} */
TaskQuery activityName(String activityName);
Implement a method in TaskService to return all active tasks of a
process instance
----------------------------------------------------------------------------------
Key: JBPM-2305
URL:
https://jira.jboss.org/jira/browse/JBPM-2305
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Environment: N/A
Reporter: Ronald van Kuijk
Assignee: Tom Baeyens
Priority: Minor
Fix For: jBPM 4.0
On several occasions I had to show all open tasks in a process instance. I implemented
that via a query, but it would be nice if jBPM had this in the API.
--
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