n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
45.7k stars 6.36k forks source link

Save button on execution screen saves empty workflow #9706

Open rrech opened 3 months ago

rrech commented 3 months ago

Bug Description

If one goes to "All executions" screen, open an execution and clicks on Save button (right superior corner), this workflow will be saved empty.

To Reproduce

  1. Click on "All executions"
  2. Load some execution
  3. Click on Save Button

Expected behavior

There probably shouldn't even be a save button on this screen, since it's not a workflow editing screen.

Operating System

Debian 12 (bookworm)

n8n Version

1.44.1

Node.js Version

20.12.2

Database

MySQL

Execution mode

main (default)

Joffcom commented 3 months ago

Thanks for the report I was able to reproduce it, We are tracking this internally as PAY-1684.

netroy commented 2 months ago

This might have been fixed in #9789