mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-04-01 14:18:37 +07:00
* add docs for trigger environment variable * add saas-related content & fix schedule trigger testing content --------- Co-authored-by: Riskey <riskey47@dify.ai>
35 lines
1.8 KiB
Plaintext
35 lines
1.8 KiB
Plaintext
---
|
||
title: 開始
|
||
version: '日本語'
|
||
sidebarTitle: 概要
|
||
---
|
||
|
||
開始ノードは、Workflow および Chatflow のエントリーポイントとして機能します。
|
||
|
||
開始ノードには 2 種類があり、それぞれ異なる方法でアプリケーションを開始します。
|
||
|
||
- **[ユーザー入力](/ja-jp/guides/workflow/node/user-input)**:ユーザーによる直接的な操作や API 呼び出しによって、アプリケーションが開始されます。
|
||
|
||
<Note>
|
||
ユーザー入力ノードで開始するアプリケーションのみ、単体の Web アプリや MCP サーバーとして公開でき、バックエンドサービス API を通じて外部に公開したり、他の Dify アプリケーション内でツールとして利用したりできます。
|
||
</Note>
|
||
|
||
- **[トリガー](/ja-jp/guides/workflow/node/trigger)**(Workflow のみ):アプリケーションはスケジュールに従って、または特定のサードパーティイベントに応じて自動的に実行されます。
|
||
|
||
<Info>
|
||
ユーザー入力ノードとトリガーは相互に排他的であり、同じキャンバス上に共存することはできません。
|
||
|
||
ユーザー入力ノードとトリガーの切り替えは、既存の開始ノードを右クリックして **ノード変更** を選択するか、現在の開始ノードを削除して新しいノードを追加することで行えます。
|
||
</Info>
|
||
|
||
{/*
|
||
Contributing Section
|
||
DO NOT edit this section!
|
||
It will be automatically generated by the script.
|
||
*/}
|
||
|
||
---
|
||
|
||
[このページを編集する](https://github.com/langgenius/dify-docs/edit/main/ja-jp/guides/workflow/node/start.mdx) | [問題を報告する](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
|
||
|