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&...]