Flowable processes not restarting after a server restart

HI ,
We have embedded flowable to an existing spring boot application.
There are some processes deployed which has a start timer event.
After restarting the spring boot applications, these processes are not getting executed in a scheduled manner.

We have to deploy the app again from flowable modeler to restart the scheduled process execution. How can this be solved?

How are you deploying these processes? Through the autdodeploy mechanism of the Flowable - Spring Boot integration?

You are running this against a persistent database? i.e. the data does not go away when rebooting the server?

HI @joram
I’m using flowable modeler to deploy it to my embedded flowable engine spring boot application.
Its working now after setting the following property flowable.async-executor-activate=true