Visibility of outputs of individually run workflow nodes after being deselected and selected again. #3042

Closed
opened 2026-02-21 17:53:06 -05:00 by yindo · 0 comments
Owner

Originally created by @bekhruz-ti on GitHub (May 8, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.66

Cloud or Self Hosted

Cloud and Self Hosted Docker

Steps to reproduce

  1. Add a node to your workflow. Ideally, choose a node that takes a few seconds to execute. For example, a custom code block with the following function:
import time 
def main() -> dict:
    time.sleep(3)
    return {
        "result": 'arg1 + arg2',
    }
  1. Trigger it via the Run This Step -> Start run functionality which allows triggering one node at a time

image

  1. Click on a different node either while it's executing or after it has finished executing.
  2. Select the initial node again.

image

Can be reproduced in cloud and self host (docker)

✔️ Expected Behavior

I should be able to see the output of that node individually run node once I reselect it.image

Actual Behavior

If I run a single node and deselect it before it finishes executing or after it finishes executing, and then select it again, the output of the node along with all its metrics are no longer visible.

Originally created by @bekhruz-ti on GitHub (May 8, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.66 ### Cloud or Self Hosted Cloud and Self Hosted Docker ### Steps to reproduce 1. Add a node to your workflow. Ideally, choose a node that takes a few seconds to execute. For example, a custom code block with the following function: ``` import time def main() -> dict: time.sleep(3) return { "result": 'arg1 + arg2', } ``` 2. Trigger it via the Run This Step -> Start run functionality which allows triggering one node at a time ![image](https://github.com/langgenius/dify/assets/123568141/efa37e1a-cee3-4f80-8b62-3264d6f3aa91) 3. Click on a different node either while it's executing or after it has finished executing. 4. Select the initial node again. ![image](https://github.com/langgenius/dify/assets/123568141/941aea5c-2030-4e71-ab48-e0c4cafe316b) *Can be reproduced in cloud and self host (docker)* ### ✔️ Expected Behavior I should be able to see the output of that node individually run node once I reselect it.![image](https://github.com/langgenius/dify/assets/123568141/2fec0ec7-5db5-4b04-a5e1-62b1e86f1af7) ### ❌ Actual Behavior If I run a single node and deselect it before it finishes executing or after it finishes executing, and then select it again, the output of the node along with all its metrics are no longer visible.
yindo added the 🌊 feat:workflow label 2026-02-21 17:53:06 -05:00
yindo closed this issue 2026-02-21 17:53:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#3042