add http async support #8416

Closed
opened 2026-02-21 18:25:36 -05:00 by yindo · 6 comments
Owner

Originally created by @githubyong on GitHub (Feb 19, 2025).

Originally assigned to: @laipz8200 on GitHub.

Self Checks

  • 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).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I am using Dify to create a workflow, invoking some time-consuming APIs via HTTP. After receiving the API responses, I will parse the results and proceed to the next steps.
So i need async http method support

2. Additional context or comments

my workflow like this

Image

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @githubyong on GitHub (Feb 19, 2025). Originally assigned to: @laipz8200 on GitHub. ### Self Checks - [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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. I am using Dify to create a workflow, invoking some time-consuming APIs via HTTP. After receiving the API responses, I will parse the results and proceed to the next steps. So i need async http method support ### 2. Additional context or comments my workflow like this ![Image](https://github.com/user-attachments/assets/dce60664-17f3-4988-957b-b8606f51b055) ### 3. Can you help us with this feature? - [ ] I am interested in contributing to this feature.
yindo added the 🌊 feat:workflowperformance labels 2026-02-21 18:25:36 -05:00
yindo closed this issue 2026-02-21 18:25:36 -05:00
Author
Owner

@fq393 commented on GitHub (Mar 4, 2025):

I hope you can support it quickly.

@fq393 commented on GitHub (Mar 4, 2025): I hope you can support it quickly.
Author
Owner

@dosubot[bot] commented on GitHub (Apr 4, 2025):

Hi, @githubyong. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • Request for asynchronous HTTP support to improve workflow efficiency.
  • Aims to handle API responses asynchronously for better parsing and progression.
  • User vanche1212 has shown support for this feature request.

Next Steps:

  • Please confirm if this issue is still relevant to the latest version of the Dify repository by commenting here.
  • If there is no further activity, this issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Apr 4, 2025): Hi, @githubyong. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - Request for asynchronous HTTP support to improve workflow efficiency. - Aims to handle API responses asynchronously for better parsing and progression. - User vanche1212 has shown support for this feature request. **Next Steps:** - Please confirm if this issue is still relevant to the latest version of the Dify repository by commenting here. - If there is no further activity, this issue will be automatically closed in 15 days. Thank you for your understanding and contribution!
Author
Owner

@githubyong commented on GitHub (Apr 10, 2025):

Hi, @githubyong. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • Request for asynchronous HTTP support to improve workflow efficiency.
  • Aims to handle API responses asynchronously for better parsing and progression.
  • User vanche1212 has shown support for this feature request.

Next Steps:

  • Please confirm if this issue is still relevant to the latest version of the Dify repository by commenting here.
  • If there is no further activity, this issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

yeah, it still can't support asynchronous http

@githubyong commented on GitHub (Apr 10, 2025): > Hi, [@githubyong](https://github.com/githubyong). I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. > > **Issue Summary:** > > * Request for asynchronous HTTP support to improve workflow efficiency. > * Aims to handle API responses asynchronously for better parsing and progression. > * User vanche1212 has shown support for this feature request. > > **Next Steps:** > > * Please confirm if this issue is still relevant to the latest version of the Dify repository by commenting here. > * If there is no further activity, this issue will be automatically closed in 15 days. > > Thank you for your understanding and contribution! yeah, it still can't support asynchronous http
Author
Owner

@dosubot[bot] commented on GitHub (Apr 10, 2025):

@crazywoola, the user @githubyong has confirmed that the issue regarding asynchronous HTTP support is still relevant and cannot support it yet. Could you please assist them with this feature request?

@dosubot[bot] commented on GitHub (Apr 10, 2025): @crazywoola, the user @githubyong has confirmed that the issue regarding asynchronous HTTP support is still relevant and cannot support it yet. Could you please assist them with this feature request?
Author
Owner

@shaonianche commented on GitHub (Jun 16, 2025):

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I am using Dify to create a workflow, invoking some time-consuming APIs via HTTP. After receiving the API responses, I will parse the results and proceed to the next steps. So i need async http method support

2. Additional context or comments

my workflow like this

try this?

Image

@shaonianche commented on GitHub (Jun 16, 2025): > ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. > I am using Dify to create a workflow, invoking some time-consuming APIs via HTTP. After receiving the API responses, I will parse the results and proceed to the next steps. So i need async http method support > > ### 2. Additional context or comments > my workflow like this try this? ![Image](https://github.com/user-attachments/assets/c48c811e-0c10-4377-a689-1140a21759b3)
Author
Owner

@laipz8200 commented on GitHub (Jul 21, 2025):

I don't quite understand your intention. The HTTP Node does not block other nodes that are running in parallel. In your example, you won't be able to process the Result before the HTTP Node completes its execution, even if it is indeed "asynchronous."

@laipz8200 commented on GitHub (Jul 21, 2025): I don't quite understand your intention. The HTTP Node does not block other nodes that are running in parallel. In your example, you won't be able to process the `Result` before the HTTP Node completes its execution, even if it is indeed "asynchronous."
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8416