0 Replies Latest reply on Nov 3, 2009 10:20 AM by jc4061

    History of Tasks assossciated with a Specified Process Insta

    jc4061

      === 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.