[PR #504] [MERGED] add docs for trigger #545

Closed
opened 2026-02-16 06:15:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/504
Author: @RiskeyL
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @Yeuoly

Base: mainHead: add/trigger


📝 Commits (10+)

📊 Changes

38 files changed (+4318 additions, -685 deletions)

View changed files

📝 docs.json (+56 -8)
📝 en/guides/workflow/node/end.mdx (+8 -23)
en/guides/workflow/node/plugin-trigger.mdx (+191 -0)
en/guides/workflow/node/schedule-trigger.mdx (+114 -0)
📝 en/guides/workflow/node/start.mdx (+11 -143)
en/guides/workflow/node/trigger.mdx (+81 -0)
en/guides/workflow/node/user-input.mdx (+121 -0)
en/guides/workflow/node/webhook-trigger.mdx (+195 -0)
📝 en/guides/workflow/variables.mdx (+33 -75)
images/create_subscription_method.png (+0 -0)
images/enable_disable_added_trigger.png (+0 -0)
images/oauth_client_settings_icon.png (+0 -0)
images/plugin_trigger_manual_setup_request_logs.png (+0 -0)
images/test_webhook_url.png (+0 -0)
images/trigger.png (+0 -0)
images/trigger_plugin_intro.PNG (+0 -0)
images/trigger_plugin_manual_webhook_setup.PNG (+0 -0)
images/trigger_plugin_manual_webhook_setup_config.PNG (+0 -0)
images/trigger_plugin_oauth_apikey.png (+0 -0)
📝 ja-jp/guides/workflow/node/end.mdx (+10 -21)

...and 18 more files

📄 Description

add docs for trigger


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/504 **Author:** [@RiskeyL](https://github.com/RiskeyL) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `add/trigger` --- ### 📝 Commits (10+) - [`26f26d2`](https://github.com/langgenius/dify-docs/commit/26f26d23059114bd179b1817832c371a779b6bbf) draft - [`9e888dc`](https://github.com/langgenius/dify-docs/commit/9e888dc38ac51123578f93f8177e6a8d0311b13c) draft - [`e60a97a`](https://github.com/langgenius/dify-docs/commit/e60a97a6acc5c7ca7194ed78c75337def8f818e4) draft - [`18dced5`](https://github.com/langgenius/dify-docs/commit/18dced5fec0560df80302abb358f00b78624f865) refine dev docs - [`36d9c32`](https://github.com/langgenius/dify-docs/commit/36d9c323f29bec2c7c06da93bd5cdf3007867fb7) almost - [`53c08be`](https://github.com/langgenius/dify-docs/commit/53c08be8f9ddf2924dcc815e7b7dabaad1a26016) update - [`040483b`](https://github.com/langgenius/dify-docs/commit/040483bc677cf55e30c67d25f51dc4ef13342d60) remove sys.file and sys.query; add sys.timestamp - [`d55a6e0`](https://github.com/langgenius/dify-docs/commit/d55a6e02fd66dcbb6d300df5d8944efad8887062) update the end node to output - [`d0b1ce2`](https://github.com/langgenius/dify-docs/commit/d0b1ce25b2f7d603a7f16cca3f36cf07bc2f4896) modify the introduction section of variable - [`2733bf6`](https://github.com/langgenius/dify-docs/commit/2733bf63fe0ff240f8905c695d666ce39f396bda) fix typo ### 📊 Changes **38 files changed** (+4318 additions, -685 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+56 -8) 📝 `en/guides/workflow/node/end.mdx` (+8 -23) ➕ `en/guides/workflow/node/plugin-trigger.mdx` (+191 -0) ➕ `en/guides/workflow/node/schedule-trigger.mdx` (+114 -0) 📝 `en/guides/workflow/node/start.mdx` (+11 -143) ➕ `en/guides/workflow/node/trigger.mdx` (+81 -0) ➕ `en/guides/workflow/node/user-input.mdx` (+121 -0) ➕ `en/guides/workflow/node/webhook-trigger.mdx` (+195 -0) 📝 `en/guides/workflow/variables.mdx` (+33 -75) ➕ `images/create_subscription_method.png` (+0 -0) ➕ `images/enable_disable_added_trigger.png` (+0 -0) ➕ `images/oauth_client_settings_icon.png` (+0 -0) ➕ `images/plugin_trigger_manual_setup_request_logs.png` (+0 -0) ➕ `images/test_webhook_url.png` (+0 -0) ➕ `images/trigger.png` (+0 -0) ➕ `images/trigger_plugin_intro.PNG` (+0 -0) ➕ `images/trigger_plugin_manual_webhook_setup.PNG` (+0 -0) ➕ `images/trigger_plugin_manual_webhook_setup_config.PNG` (+0 -0) ➕ `images/trigger_plugin_oauth_apikey.png` (+0 -0) 📝 `ja-jp/guides/workflow/node/end.mdx` (+10 -21) _...and 18 more files_ </details> ### 📄 Description add docs for trigger --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:48 -05:00
yindo closed this issue 2026-02-16 06:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#545