Hi Amal, The default configuration in Activiti uses an in-memory H2 database. Data can be made persistent (across server restarts) by changing this to a disk-based DB. Change the database config in activiti.cfg.xml file to do this. Currently BPS also uses the same XML (until we change it to use bpmn.xml).
Regards, Chathura On Sat, Mar 1, 2014 at 4:25 PM, Amal Gunatilake <[email protected]> wrote: > Hi All, > > When running some test on Activiti explorer itself, I observed that the > instances we create will get lost after doing a server restart, no matter > which state the instances are. Is it a normal behaviour ? I think those has > to be permanent data. So we might have to have a contingency plan such as > maintaining a separate database for instances or any other better approach. > > Thank you & Best regards, > > *Amal Gunatilake* > Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
