0 Replies Latest reply on Feb 23, 2006 5:18 PM by nsobti

    How not to drop tables/process defintion

    nsobti

      Hello,

      I am using jbpm with sybase. I ran a sample program to which creates a process defintion, and runs 100 process instances through it. I saw that during each such run, it created the entire schema, and drops it when it is done.

      How can I prevent this from happening : I do not want the schema to be dropped or the process defintion to be wiped out. In case the workflow fails for some reason, I dont want it to reload the process defintion or drop any tables.

      Also, I want all the info pertaining to a process instance to be persisted even if it succeeds/fails/workflow engine comes down. How can I do that?

      Thanks a lot!