mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-29 13:48:35 +07:00
* add docs for trigger environment variable * add saas-related content & fix schedule trigger testing content --------- Co-authored-by: Riskey <riskey47@dify.ai>
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
---
|
|
title: Start
|
|
sidebarTitle: Overview
|
|
---
|
|
|
|
Start nodes serve as the entry points for Workflows and Chatflows.
|
|
|
|
There are two types of Start nodes, each initiating your application in a different way.
|
|
|
|
- **[User Input](/en/guides/workflow/node/user-input)**: The application is initiated by direct user interaction or API calls.
|
|
|
|
<Note>
|
|
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>
|
|
|
|
- **[Trigger](/en/guides/workflow/node/trigger)** (for Workflows only): The application runs automatically on a schedule or in response to a specific third-party event.
|
|
|
|
<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
|
|
DO NOT edit this section!
|
|
It will be automatically generated by the script.
|
|
*/}
|
|
|
|
---
|
|
|
|
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/guides/workflow/node/start.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
|
|
|