=== Environment ==============================
- jBPM Version : 4.1
- Database : Oracle 10g
- JDK : 1.6
- Configuration : jbpm.cfg.xml only importing files from the jbpm.jar
lib 
- Libraries : exact versions of the libs from inside the jbpm distribution

I would like to query the persisted data to obtain a history/audit of a process 
instance, e.g. I would like to be able to query the exact path taken by the 
process instance, and obtain task details for each task along the way.

I only have access to the process instance id, and would like to be able to use 
this to obtain the full list.

In the database this is stored in the JBPM4_HIST_TASK table.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263719#4263719

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263719
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to