I created a simple example on persistence in JBPM 5.4. It worked successfully and the
recoords were successfully inserted in the table in the schema created.
But my question is although the table was created in the schema it also created other three tables
NodeInstanceLog
VariableInstanceLog
ProcessInstanceLog
but where are the scripts for creating these tables ?
There are no scripts for the database.
The tables in the database are generated with JPA Entities.
For example entities SessionInfo, WorkItemInfo, ProcessInstanceInfo are classes with @ Entity annotation and the tables are created when you deploy jpbm-console-server.