[jboss-user] [jBPM] - Re: Active tasks for process instance
Demian Calcaprina
do-not-reply at jboss.com
Fri Aug 24 13:20:49 EDT 2012
Demian Calcaprina [https://community.jboss.org/people/calca] created the discussion
"Re: Active tasks for process instance"
To view the discussion, visit: https://community.jboss.org/message/755859#755859
--------------------------------------------------------------
You can also query the task service, something like
String query = select t from Task twhere t.taskData.status = org.jbpm.task.Status.Reserved and t.taskData.processInstanceId = <<pid>>
localtaskservice.query(query,...)
Regards,
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/755859#755859]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120824/0370cd74/attachment.html
More information about the jboss-user
mailing list