See workflow data for cancelled execution

Describe the problem/error/question

Hello,

Each time I cancel an execution manually (because it take too long for exemple) I can’t see datas to understand why my workflow didn’t work properly and take so long.

It’s normal to not be able to see data when we cancel WF ?

Is threre solution to get datas and try to debug ?

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.47.0
  • **Database (default: SQLite):**Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**queue
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Host redhat Docker alpine

Hi @Kent1

Yes it is pretty normal not to be able to see the execution properly when cancelling it.
Sadly there is no real way to fix this I think.
One of the reason I make sure to create small workflows and linking them together with the execute workflow node. Makes it easier to manage but also to debug. :slight_smile:
Also helps to process smaller datasets when testing/debugging to find the issue.
You can analyse the time of each node in the execution to see what nodes are taking the longest. And of course this will scale when adding more data in a live flow.

You are able to see it, if you have set that in the workflow settings.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.