Yes, the default configuration uses H2 In memory database, if you change that configuration to use a different database like for example mySQL you will be able recover the state of the process. Look in the documentation to see how to change the configuration. If you look inside the application you will find a persistence.xml file where the persistence data source is defined.
Greetings.