How to see current execution

Hi,
when i run my worflow i can see running in editor but if i close window and i come back, i cannot see in editor and neither in execution

there is a solution ?

Debug info

core

  • n8nVersion: 1.55.3
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.15.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

Generated at: 2024-08-28T13:53:53.976Z

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @nusquama,

Does this happen with active or manual executions? Or both?

Can you share what you do see when you open the window again?

manual if i leave the page, and active exectution

So if i go to editor there is nothing, and excution i have this

Thanks for the details. This is expected behaviour.
Active executions don’t show in the UI as they proceed. They will show once they complete, whether successfully or not.
Manual executions will also stop the UI running display if you leave the page.
This does not affect the performance of the workflow, it is purely visual.

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