# Visual feedback on which node is currently running?

**URL:** https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096
**Category:** General
**Created:** [16 September 2021 11:02 UTC](https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096 "2021-09-16T11:02:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![kakyoism](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/kakyoism/32/46283_2.png) [@kakyoism](https://discourse.nodered.org/u/kakyoism)
#### Post date: [16 September 2021 11:02 UTC](https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096/1 "2021-09-16T11:02:36Z")

</div>

I've checked various posts about debugging nodes and so far I've been able to use the debug node, logging, and VS Code debugger.

However, during a potentially long-running flow, it would be interesting to know the progress of the flow, i.e., which node is currently running. Is there any obvious way to show this in the flow editor without resorting to the debug node, logging, and an external debugger?

Thanks!

---

<div class="post-metadata">

### Author: ![Gunner](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gunner/32/43582_2.png) [@Gunner](https://discourse.nodered.org/u/Gunner)
#### Post date: [17 September 2021 01:49 UTC](https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096/2 "2021-09-17T01:49:32Z")

</div>

> [@kakyoism](#):
>
> Is there any obvious way to show this in the flow editor without resorting to the debug node

A way of debugging the flow progress without a debug node? Doesn't make a lot of sense as things would flow too fast for a simple visual method... That said... many nodes already have that feature, in the form of the little white, red, green markers. often with text as well.

I use the debug node "deactivated" but with the node status option check marked, when no other visual option in a node is availed, but needed.

---

<div class="post-metadata">

### Author: ![Buckskin](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@Buckskin](https://discourse.nodered.org/u/Buckskin)
#### Post date: [17 September 2021 13:38 UTC](https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096/3 "2021-09-17T13:38:10Z")

</div>

You can also centralise this by using the status node, connected to a debug node as described by Gunner

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [1 October 2021 13:38 UTC](https://discourse.nodered.org/t/visual-feedback-on-which-node-is-currently-running/51096/4 "2021-10-01T13:38:19Z")

</div>

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