You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
I need to implement progressive responses in complex workflows to improve user experience. Currently, for complex workflows with long execution times, users have to wait until the entire process is complete before seeing any response.
Use Case
I have complex workflows that take considerable time to execute
Users need to see intermediate thinking progress/responses during workflow execution
I want to publish these complex workflows as tools, so I cannot use chatflow directly
Need a way to send partial responses back to the frontend during workflow execution
Proposed Solution
Add a new "Answer" node type in the workflow that would:
Allow sending intermediate responses back to the frontend while the workflow continues executing
Enable progressive updates to show the system's thinking process
Support both text and structured data responses
Not terminate the workflow execution (unlike the current final response node)
Benefits
Better user experience by providing real-time feedback
Reduced perceived waiting time for users
More flexibility in building complex tool-oriented workflows
Ability to show step-by-step reasoning process
Technical Considerations
The Answer node should be different from the final response node
Multiple Answer nodes should be allowed in a single workflow
The frontend needs to handle progressive response updates
Should maintain workflow execution context after sending intermediate responses
Additional Context
This feature is particularly important for:
Complex reasoning chains
Multi-step processing workflows
AI tool development
Long-running data analysis tasks
Would love to discuss this further and hear the team's thoughts on implementation approaches.
2. Additional context or comments
No response
3. Can you help us with this feature?
I am interested in contributing to this feature.
The text was updated successfully, but these errors were encountered:
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Description
I need to implement progressive responses in complex workflows to improve user experience. Currently, for complex workflows with long execution times, users have to wait until the entire process is complete before seeing any response.
Use Case
Proposed Solution
Add a new "Answer" node type in the workflow that would:
Benefits
Technical Considerations
Additional Context
This feature is particularly important for:
Would love to discuss this further and hear the team's thoughts on implementation approaches.
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: