mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Start Node【Lark Triggers】, unable to select subscription,No subscribe button. #817
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liuli404 on GitHub (Nov 20, 2025).
Self Checks
Dify version
1.10.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
After I installed the Lark Triggers plugin, I added a subscription. Then, in the workflow, I added a 'Message Received' start node, but found that there was no button to add a subscription. It is inconsistent with the icons in the plugin help manual.
My Node Settings Page:

Lark Triggers plugin version:

✔️ Expected Behavior
In the help manual:

❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Nov 20, 2025):
Hi @liuli404! I'm Dosu and I’m helping the dify team.
This issue is likely caused by a recent bug in the Lark Triggers plugin or its integration with the workflow UI. There was a recent fix merged for the Lark Triggers plugin that addressed problems with subscription configuration and event handling, including removing a check that could prevent proper operation if certain fields were missing. Updating the Lark Triggers plugin to the latest version (after November 17, 2025) should resolve issues where the subscription button or selection is missing in the workflow start node. You can review the relevant fix and update instructions here: fix: lark_trigger not work.
If you are still experiencing the issue after updating, double-check that your Docker environment exposes the necessary ports and that the plugin is running with the latest code. Also, ensure your workflow trigger node configuration is correct. Recent changes in the Dify UI may also affect how triggers and subscriptions are displayed, so updating both the core Dify platform and the plugin is recommended for best compatibility.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@liuli404 commented on GitHub (Nov 20, 2025):
My plugin and Dify version are already up to date.
Lark Triggers plugin version:

Dify version:

Docker environment:
@dosubot[bot] commented on GitHub (Nov 20, 2025):
Based on your setup, the missing subscription button in the 'Message Received' node is likely because your subscription ("dc_feishu") is marked as "unused in workflows". The workflow UI only shows the subscription selector if there are subscriptions available and linked to the workflow trigger node. If the subscription isn't associated with any workflow, the UI won't display the selection button or controls for it.
To resolve this, try explicitly linking your subscription to the workflow trigger node. In the workflow editor, select the 'Message Received' node and look for an option to choose or assign a subscription. If no subscriptions appear, double-check that your plugin and Docker setup are running the latest code and that the backend API is correctly returning your subscription list. If the subscription is still marked as unused, you may need to re-create it or refresh the plugin panel so it's recognized as available for workflow triggers. This logic is confirmed by the workflow UI code and recent plugin updates (source, source).
If you continue to see this issue after confirming the above, check for any error logs in your Docker containers (web, API, plugin) that might indicate a backend or frontend failure in fetching or displaying subscriptions.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@andyqiuqiubo commented on GitHub (Nov 24, 2025):
@liuli404 Let's pay attention to each other and follow up on the progress in the future. The question you raised, I also mentioned it:https://github.com/langgenius/dify-official-plugins/issues/2080