JBoss Community

Process persistense - change WHEN it should happen!

created by nt2005 in jBPM - View the full discussion

Hey Guys,

 

Is it possible to start a process until he is finish and then manual persistence him? I don´t want all time auto-persistence after on process is finish because I have got many processes!

 

Example:

// start new process
ksession.startProcess("my-process",null)
 
// do other stuff
 
// store all processes to db
persistence(ksession)

 

I use Seam 2.2.2, jboss 7 and postgresql.

 

Thanks in advance!

Reply to this message by going to Community

Start a new discussion in jBPM at Community