Skip to content

Commit 856b5bc

Browse files
authored
docs: note HTTPS requirement for cross-workflow node paste (#761)
1 parent 4d1484d commit 856b5bc

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

en/use-dify/build/orchestrate-node.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ When building a workflow, you can arrange nodes in series or in parallel:
2323

2424
All nodes except User Input can be copied and pasted within the same workflow, across workflows, or across Dify instances, though there might be compatibility issues between Dify versions.
2525

26+
<Note>
27+
Pasting across workflows or Dify instances requires the Dify page to be served over HTTPS or accessed via a loopback address (such as `http://localhost` or `http://127.0.0.1`).
28+
</Note>
29+
2630
When you paste a node, its configuration moves with it, but the availability of anything that depends on the surrounding environment is re-evaluated at the destination:
2731

2832
- **Workflow-specific resources**, such as variables

ja/use-dify/build/orchestrate-node.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ description: ワークフローまたはチャットフローを構築する際
2525

2626
ユーザー入力ノードを除き、すべてのノードは同じワークフロー内、ワークフロー間、または Dify インスタンス間でコピー&ペーストできます。ただし、Dify のバージョンが異なる場合は互換性の問題が発生する可能性があります。
2727

28+
<Note>
29+
ワークフロー間または Dify インスタンス間でペーストするには、Dify ページを HTTPS で提供するか、ループバックアドレス(`http://localhost``http://127.0.0.1` など)でアクセスする必要があります。
30+
</Note>
31+
2832
別のワークフローにノードをペーストすると、設定はそのまま引き継がれますが、周辺環境に依存する部分はペースト先で再評価されます:
2933

3034
- **ワークフロー固有のリソース**(変数など)

zh/use-dify/build/orchestrate-node.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ description: 构建工作流或对话流时,如何排列、嵌套与复用节
2525

2626
除用户输入节点外,所有节点都可在同一工作流内、跨工作流或跨 Dify 实例复制粘贴,但不同 Dify 版本之间可能存在兼容性问题。
2727

28+
<Note>
29+
跨工作流或跨 Dify 实例粘贴时,Dify 页面需通过 HTTPS 加载,或通过环回地址(如 `http://localhost``http://127.0.0.1`)访问。
30+
</Note>
31+
2832
粘贴节点时,节点配置随之迁移;但依赖周边环境的内容会在目标位置重新评估:
2933

3034
- **工作流资源**,如变量

0 commit comments

Comments
 (0)