I just installed flowable applications. When I try to create a process everything works. However when I restart Tomcat all I created desapears. I’m using the default database and I didn’t change any default property. Any idea of what is wrong?
That’s because the default DB is using H2 in-memory, so nothing is persisted. You will need to install/use a DB such as MySQL or PostgreSQL etc, and configure Flowable to use that. See this section on installing the UI Apps: https://www.flowable.org/docs/userguide/index.html#uiAppInstallation