From 12ff26b454b135d206b9e00454290b66930dc2d8 Mon Sep 17 00:00:00 2001
From: RiskeyL <7a8y@163.com>
Date: Wed, 13 May 2026 11:52:05 +0800
Subject: [PATCH 1/3] docs: flag workflow collaboration as self-hosted only
---
en/use-dify/build/workflow-collaboration.mdx | 5 +++++
ja/use-dify/build/workflow-collaboration.mdx | 5 +++++
zh/use-dify/build/workflow-collaboration.mdx | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/en/use-dify/build/workflow-collaboration.mdx b/en/use-dify/build/workflow-collaboration.mdx
index 8b6e4da9b..0cb281a16 100644
--- a/en/use-dify/build/workflow-collaboration.mdx
+++ b/en/use-dify/build/workflow-collaboration.mdx
@@ -2,8 +2,13 @@
title: Collaborate with Teammates
description: Edit workflows with teammates in real time and discuss design decisions through in-canvas comments
sidebarTitle: Collaboration
+tag: SELf-HOST
---
+
+Collaboration is currently available on self-hosted deployments only. Support for Dify Cloud is planned for a future release.
+
+
Building a workflow sometimes takes more than one person: a prompt engineer tuning instructions, a domain expert validating logic, a reviewer flagging edge cases.
Rather than taking turns, you can edit the same workflow alongside your teammates and leave comments directly on the canvas, so the discussion stays with the work.
diff --git a/ja/use-dify/build/workflow-collaboration.mdx b/ja/use-dify/build/workflow-collaboration.mdx
index f2edcc32b..6679f3bfb 100644
--- a/ja/use-dify/build/workflow-collaboration.mdx
+++ b/ja/use-dify/build/workflow-collaboration.mdx
@@ -2,10 +2,15 @@
title: チームメンバーと共同作業
description: チームメンバーとリアルタイムでワークフローを編集し、キャンバス上のコメントで設計判断を議論できます
sidebarTitle: コラボレーション
+tag: SELf-HOST
---
⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/use-dify/build/workflow-collaboration)を参照してください。
+
+共同編集機能は現在セルフホスト環境でのみ利用できます。Dify Cloud での提供は今後のリリースで予定されています。
+
+
ワークフローの構築には複数のメンバーが関わることがよくあります。プロンプトエンジニアが指示を調整し、ドメインエキスパートがロジックを検証し、レビュアーがエッジケースを指摘します。
順番に作業する代わりに、チームメンバーと同じワークフローを同時に編集し、キャンバス上に直接コメントを残せます。議論が作業と一体になります。
diff --git a/zh/use-dify/build/workflow-collaboration.mdx b/zh/use-dify/build/workflow-collaboration.mdx
index 8b3480f29..2fc59fe82 100644
--- a/zh/use-dify/build/workflow-collaboration.mdx
+++ b/zh/use-dify/build/workflow-collaboration.mdx
@@ -2,10 +2,15 @@
title: 与团队成员协作
description: 与团队成员实时编辑工作流,并通过画布内评论讨论设计决策
sidebarTitle: 协作
+tag: SELf-HOST
---
⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/use-dify/build/workflow-collaboration)。
+
+协作功能目前仅在自托管部署中可用。Dify Cloud 的支持将在后续版本中提供。
+
+
构建一个工作流有时需要多人参与:提示词工程师调整指令,业务专家验证逻辑,审阅者识别边界情况。
不必轮流操作,你可以与团队成员同时编辑同一个工作流,并直接在画布上留下评论,让讨论与工作内容始终在一起。
From 68444ef78b16062f4a0faaeafce3153fd19a1a37 Mon Sep 17 00:00:00 2001
From: RiskeyL <7a8y@163.com>
Date: Wed, 13 May 2026 12:39:51 +0800
Subject: [PATCH 2/3] docs: scope workflow collaboration to workspace members
---
en/use-dify/build/workflow-collaboration.mdx | 6 +++---
ja/use-dify/build/workflow-collaboration.mdx | 6 +++---
zh/use-dify/build/workflow-collaboration.mdx | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/en/use-dify/build/workflow-collaboration.mdx b/en/use-dify/build/workflow-collaboration.mdx
index 0cb281a16..917495b3a 100644
--- a/en/use-dify/build/workflow-collaboration.mdx
+++ b/en/use-dify/build/workflow-collaboration.mdx
@@ -1,6 +1,6 @@
---
title: Collaborate with Teammates
-description: Edit workflows with teammates in real time and discuss design decisions through in-canvas comments
+description: Edit workflows with workspace members in real time and discuss design decisions through in-canvas comments
sidebarTitle: Collaboration
tag: SELf-HOST
---
@@ -11,7 +11,7 @@ Collaboration is currently available on self-hosted deployments only. Support fo
Building a workflow sometimes takes more than one person: a prompt engineer tuning instructions, a domain expert validating logic, a reviewer flagging edge cases.
-Rather than taking turns, you can edit the same workflow alongside your teammates and leave comments directly on the canvas, so the discussion stays with the work.
+Rather than taking turns, you can edit the same workflow alongside other workspace members and leave comments directly on the canvas, so the discussion stays with the work.
Comments and collaborator cursors can be hidden from the zoom menu in the bottom-right corner of the canvas.
@@ -29,7 +29,7 @@ Workspace members with editor permissions or above can edit the same workflow si
Right-click an empty area of the canvas and select **Add Comment** to leave a note. To drop multiple comments in a row, press `C` to enter comment mode. Comments persist across workflow versions.
-If you @mention a teammate in a comment, they'll receive an email notification.
+If you @mention a workspace member in a comment, they'll receive an email notification.
Anyone with access to the app can read comments; adding, editing, or resolving requires editor permissions or above.
diff --git a/ja/use-dify/build/workflow-collaboration.mdx b/ja/use-dify/build/workflow-collaboration.mdx
index 6679f3bfb..4ceda39eb 100644
--- a/ja/use-dify/build/workflow-collaboration.mdx
+++ b/ja/use-dify/build/workflow-collaboration.mdx
@@ -1,6 +1,6 @@
---
title: チームメンバーと共同作業
-description: チームメンバーとリアルタイムでワークフローを編集し、キャンバス上のコメントで設計判断を議論できます
+description: ワークスペースメンバーとリアルタイムでワークフローを編集し、キャンバス上のコメントで設計判断を議論できます
sidebarTitle: コラボレーション
tag: SELf-HOST
---
@@ -13,7 +13,7 @@ tag: SELf-HOST
ワークフローの構築には複数のメンバーが関わることがよくあります。プロンプトエンジニアが指示を調整し、ドメインエキスパートがロジックを検証し、レビュアーがエッジケースを指摘します。
-順番に作業する代わりに、チームメンバーと同じワークフローを同時に編集し、キャンバス上に直接コメントを残せます。議論が作業と一体になります。
+順番に作業する代わりに、他のワークスペースメンバーと同じワークフローを同時に編集し、キャンバス上に直接コメントを残せます。議論が作業と一体になります。
コメントと共同編集者のカーソルは、キャンバス右下のズームメニューから非表示にできます。
@@ -31,7 +31,7 @@ tag: SELf-HOST
キャンバスの空白部分を右クリックして **コメントを追加** を選択し、コメントを残します。連続して複数のコメントを追加するには、`C` キーを押してコメントモードに入ります。コメントはワークフローのバージョンをまたいで保持されます。
-コメント内でチームメンバーを @ メンションすると、メールで通知されます。
+コメント内でワークスペースメンバーを @ メンションすると、メールで通知されます。
アプリにアクセスできるメンバーは誰でもコメントを閲覧できます。コメントの追加、編集、解決には編集権限以上が必要です。
diff --git a/zh/use-dify/build/workflow-collaboration.mdx b/zh/use-dify/build/workflow-collaboration.mdx
index 2fc59fe82..0d933478f 100644
--- a/zh/use-dify/build/workflow-collaboration.mdx
+++ b/zh/use-dify/build/workflow-collaboration.mdx
@@ -1,6 +1,6 @@
---
title: 与团队成员协作
-description: 与团队成员实时编辑工作流,并通过画布内评论讨论设计决策
+description: 与工作区成员实时编辑工作流,并通过画布内评论讨论设计决策
sidebarTitle: 协作
tag: SELf-HOST
---
@@ -13,7 +13,7 @@ tag: SELf-HOST
构建一个工作流有时需要多人参与:提示词工程师调整指令,业务专家验证逻辑,审阅者识别边界情况。
-不必轮流操作,你可以与团队成员同时编辑同一个工作流,并直接在画布上留下评论,让讨论与工作内容始终在一起。
+不必轮流操作,你可以与工作区中的其他成员同时编辑同一个工作流,并直接在画布上留下评论,让讨论与工作内容始终在一起。
评论和协作者光标可通过画布右下角的缩放菜单隐藏。
@@ -31,7 +31,7 @@ tag: SELf-HOST
右键点击画布的空白区域并选择 **添加评论** 留下一条评论。要连续添加多条评论,按 `C` 键进入评论模式。评论会跨工作流版本保留。
-在评论中 @ 提及一位团队成员时,对方将收到邮件通知。
+在评论中 @ 提及一位工作区成员时,对方将收到邮件通知。
任何能访问该应用的成员都可以查看评论;添加、编辑或解决评论需要编辑权限及以上。
From 93c85b7c13495905ed2d72e640ea1a0c603ace6a Mon Sep 17 00:00:00 2001
From: RiskeyL <7a8y@163.com>
Date: Wed, 13 May 2026 12:50:24 +0800
Subject: [PATCH 3/3] fix: correct tag casing on workflow collaboration page
---
en/use-dify/build/workflow-collaboration.mdx | 2 +-
ja/use-dify/build/workflow-collaboration.mdx | 2 +-
zh/use-dify/build/workflow-collaboration.mdx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/en/use-dify/build/workflow-collaboration.mdx b/en/use-dify/build/workflow-collaboration.mdx
index 917495b3a..e3c2abb4f 100644
--- a/en/use-dify/build/workflow-collaboration.mdx
+++ b/en/use-dify/build/workflow-collaboration.mdx
@@ -2,7 +2,7 @@
title: Collaborate with Teammates
description: Edit workflows with workspace members in real time and discuss design decisions through in-canvas comments
sidebarTitle: Collaboration
-tag: SELf-HOST
+tag: SELF-HOST
---
diff --git a/ja/use-dify/build/workflow-collaboration.mdx b/ja/use-dify/build/workflow-collaboration.mdx
index 4ceda39eb..578e0b907 100644
--- a/ja/use-dify/build/workflow-collaboration.mdx
+++ b/ja/use-dify/build/workflow-collaboration.mdx
@@ -2,7 +2,7 @@
title: チームメンバーと共同作業
description: ワークスペースメンバーとリアルタイムでワークフローを編集し、キャンバス上のコメントで設計判断を議論できます
sidebarTitle: コラボレーション
-tag: SELf-HOST
+tag: SELF-HOST
---
⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/use-dify/build/workflow-collaboration)を参照してください。
diff --git a/zh/use-dify/build/workflow-collaboration.mdx b/zh/use-dify/build/workflow-collaboration.mdx
index 0d933478f..9a19842ff 100644
--- a/zh/use-dify/build/workflow-collaboration.mdx
+++ b/zh/use-dify/build/workflow-collaboration.mdx
@@ -2,7 +2,7 @@
title: 与团队成员协作
description: 与工作区成员实时编辑工作流,并通过画布内评论讨论设计决策
sidebarTitle: 协作
-tag: SELf-HOST
+tag: SELF-HOST
---
⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/use-dify/build/workflow-collaboration)。