When flowable engine restart, how flow continue to work

when one of flowable engine restart or die, how the flows continue to work? how to distribution flows?

All data is persisted in the relational database. This includes definitions and instances. If the server goes down, it continues execution from the latest wait state (e.g. when using async service tasks).