dify/api/services/trigger
Harry beff639c3d fix(trigger): improve trigger subscription query with AppTrigger join
- Updated the trigger subscription query to join with the AppTrigger model, ensuring only enabled app triggers are considered.
- Enhanced the filtering criteria for retrieving subscribers based on the AppTrigger status, improving the accuracy of the trigger subscription handling.
2025-10-12 19:24:54 +08:00
..
schedule_service.py move schedule service to trigger sub dir 2025-10-02 00:24:32 +08:00
trigger_debug_service.py refactor(trigger): update API and service to use 'event' terminology 2025-10-10 15:48:42 +08:00
trigger_provider_service.py feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00
trigger_service.py fix(trigger): improve trigger subscription query with AppTrigger join 2025-10-12 19:24:54 +08:00
trigger_subscription_builder_service.py refactor(trigger): streamline response handling in trigger subscription dispatch 2025-10-11 22:16:18 +08:00
webhook_service.py refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00
workflow_plugin_trigger_service.py refactor(trigger): remove unnecessary whitespace in trigger-related files 2025-10-11 12:44:54 +08:00