dify/api/core/trigger
Harry 671aba6ab7 fix(trigger): handle missing subscription constructor gracefully in PluginTriggerProviderController
- Updated the logic in `PluginTriggerProviderController` to return an empty list instead of raising a ValueError when the subscription constructor is not found, improving error handling and flow.
2025-10-16 15:09:13 +08:00
..
debug refactor(trigger): Rename and replace PluginTriggerNode with TriggerEventNode 2025-10-15 17:30:42 +08:00
entities refactor(trigger): rename TriggerApiEntity to EventApiEntity and update related references 2025-10-13 21:10:31 +08:00
utils fix(trigger): clean up whitespace in encryption utility and trigger provider service 2025-09-05 15:56:13 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management 2025-10-15 14:41:53 +08:00
provider.py fix(trigger): handle missing subscription constructor gracefully in PluginTriggerProviderController 2025-10-16 15:09:13 +08:00
trigger_manager.py fix(trigger): update error type for event handling in trigger manager 2025-10-15 17:14:44 +08:00