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!