Demian Calcaprina [https://community.jboss.org/people/calca] created the 
discussion

"Re: jBPM 5.4 Rest API"

To view the discussion, visit: https://community.jboss.org/message/833705#833705

--------------------------------------------------------------
I think you have to options.
- Get all the processes and filter it by your side.
- Query jbpm audit tables. You can check this class which does it:
 
https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java
 
https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java

HTH,

Demian
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/833705#833705]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to