JBPM 5: where is db-tables-scripts?
I created a simple example of persistence in JBPM 5.4. It worked successfully and the recoords were successfully inserted into the table in the generated schema.
But my question is, although the table was created in the schema, it also created the other three tables NodeInstanceLog VariableInstanceLog ProcessInstanceLog
but where are the scripts to create these tables?
+3
source to share