user input nodes cannot coexist with triggers on the same canvas (#519)

This commit is contained in:
Riskey
2025-11-13 18:11:11 +08:00
committed by GitHub
parent f38ccf4185
commit 49eabd1188
3 changed files with 15 additions and 9 deletions

View File

@@ -15,9 +15,11 @@ There are two types of Start nodes, each initiating your application in a differ
Only applications that start with a User Input node can be published as standalone web apps or MCP servers, exposed through backend service APIs, or used as tools in other Dify applications.
</Note>
<Tip>
A single workflow can have both User Input nodes and triggers as parallel start points.
</Tip>
<Info>
The User Input node and trigger are mutually exclusive—they cannot be used in the same canvas.
To switch between them, right-click the current start node > **Change Node**. Alternatively, delete the current start node and add a new one.
</Info>
{/*
Contributing Section

View File

@@ -16,9 +16,11 @@ sidebarTitle: "概要"
ユーザー入力ノードで開始するアプリケーションのみ、単体の Web アプリや MCP サーバーとして公開でき、バックエンドサービス API を通じて外部に公開したり、他の Dify アプリケーション内でツールとして利用したりできます。
</Note>
<Tip>
1つの workflow において、ユーザー入力ノードとトリガーを並行する開始ポイントとして設定することも可能です
</Tip>
<Info>
ユーザー入力ノードとトリガーは相互に排他的であり、同じキャンバス上に共存することはできません
ユーザー入力ノードとトリガーの切り替えは、既存の開始ノードを右クリックして **ノード変更** を選択するか、現在の開始ノードを削除して新しいノードを追加することで行えます。
</Info>
{/*
Contributing Section

View File

@@ -15,9 +15,11 @@ Dify 支持两种类型的开始节点,可分别以不同的方式启动你的
只有以用户输入节点为起点的应用,才能被发布为独立的 Web App 或 MCP 服务器、对外暴露为后端服务 API或作为工具在其他 Dify 应用中使用。
</Note>
<Tip>
一个 Workflow 中可同时包含用户输入节点触发器节点作为并行起点
</Tip>
<Info>
用户输入节点触发器互斥,不能共存于同一画布中
如需切换,右键单击现有开始节点 > **更改节点**。或者,删除现有开始节点,再添加新的节点。
</Info>
{/*
Contributing Section