Files
dify-docs/ja-jp/guides/workflow/node/start.mdx
Riskey fb91df937e add docs for trigger environment variable (#525)
* add docs for trigger environment variable

* add saas-related content & fix schedule trigger testing content

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-11-20 21:43:41 +08:00

35 lines
1.8 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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)