Preserve Last Saved Workflow After Unexpected Shutdown

Hi @Gfranco2021.

Help us to help you.
Take a look at how to report your findings

Prevencion is a way to go. I recomend making version backups of your wfs.

it’s common to make updates to a workflow without saving immediately, and in those cases, there’s a high risk of losing work.
The must:
-Perform complete backups of all critical data and custom code.
-Verify backup integrity in advance.
-Prepare a rollback plan in case the update fails.
-Ensure procedures are in place to quickly restore previous versions.
-Set up redundancy (e.g., secondary emvironment ) to minimize downtime.
-Test the updates in a non-production (staging) environment, NEVER in production.

Best regards