dify - 💡(How to fix) Fix Generate shareable links for Workflow run outputs integrated within Chatflow [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35345Fetched 2026-04-17 08:55:57
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
1
Author
Participants
Timeline (top)
labeled ×2

Root Cause

I was trying to use a Chatflow to trigger a data-processing Workflow and share the final report with my team. It was frustrating because there was no native way to generate a share link or a shareable webpage for that specific Workflow run's reply. I had to manually copy and paste the entire output instead of just sharing a convenient link.

RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 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.

Yes. Currently, when I integrate a Workflow into a Chatflow, the Workflow's output is returned directly in the chat. However, for complex workflows with lengthy or structured outputs, this can clutter the chat interface. Furthermore, I want to be able to easily share the specific execution result of a Workflow with others.

I was trying to use a Chatflow to trigger a data-processing Workflow and share the final report with my team. It was frustrating because there was no native way to generate a share link or a shareable webpage for that specific Workflow run's reply. I had to manually copy and paste the entire output instead of just sharing a convenient link.

2. Additional context or comments

Proposed Enhancement:

  1. Allow Workflows to generate a unique, shareable URL for their run outputs once completed.
  2. When a Chatflow triggers this Workflow, it should have the option to output this shareable link in the chat instead of (or alongside) the full text.
  3. Users can click this link to open a standalone page displaying the detailed Workflow reply/content.

This would greatly improve the user experience for sharing insights, reports, or generated artifacts created by Dify Workflows without breaking the conversational flow in the Chat UI.

3. Can you help us with this feature?

  • I am interested in contributing to this feature.

extent analysis

TL;DR

Implement a feature to generate a unique, shareable URL for Workflow run outputs, allowing users to share results without cluttering the chat interface.

Guidance

  • Identify the current limitations of the Chatflow and Workflow integration, specifically the lack of a shareable link for Workflow outputs.
  • Consider designing a new endpoint or API to generate a unique URL for each Workflow run output, which can be shared with others.
  • Develop a feature to output this shareable link in the chat, either instead of or alongside the full text, to improve the user experience.
  • Plan for a standalone page to display the detailed Workflow reply/content when the shareable link is clicked.

Example

No code example is provided as the issue focuses on proposing a new feature rather than fixing a specific code issue.

Notes

The proposed enhancement requires significant development and design changes to the existing Chatflow and Workflow integration. It is essential to consider the technical feasibility, security, and user experience implications of generating shareable links for Workflow outputs.

Recommendation

Apply workaround: Implement a temporary solution, such as a manual copy-paste process or a third-party link sharing service, until the proposed feature is developed and integrated into the platform. This will allow users to share Workflow outputs while the feature is being developed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING