Hi Flowable Community,
I am currently working on a workflow using Flowable, and I’ve encountered an issue related to server failure and workflow resumption.
Scenario:
- A workflow starts and progresses normally.
- During the execution, the Flowable server fails unexpectedly due to some reason.
- I restart the Flowable server.
Question: After restarting the Flowable server, does the Flowable engine automatically resume the workflow from where it stopped? If not, what is the recommended approach to handle such scenarios to ensure the workflow can continue from the point of interruption?
Thank you for your assistance!