1 Reply Latest reply on May 23, 2006 6:13 PM by aguizar

    How to recreate actions of an ended process instance

    oduhart

      Hello every body,

      We are in the process to evaluate jbpm for our client. One special requirement is to be able to recreate the list list of actions that occured in an ended process instance. Do you know if there is a simple way to do this ? I was thinking to a mere SQL request or a set of SQL request but since I don't know the structure of the database I don't how to do this. Any one to help me ?

      thanks.

      Olivier

        • 1. Re: How to recreate actions of an ended process instance
          aguizar

          Take a look at the jBPM wiki, there are two pages there you might find useful:
          data model
          object model
          I suggest you use Hibernate's query language (HQL) rather than SQL. It provides an object-oriented view of your stored data and shields your application from the differences among SQL dialects supported by each database.