dify/api/controllers/trigger
Harry a33d04d1ac refactor(trigger): unify debug event handling and improve polling mechanism
- Introduced a base class for debug events to streamline event handling.
- Refactored `TriggerDebugService` to support multiple event types through a generic dispatch/poll interface.
- Updated webhook and plugin trigger debug services to utilize the new event structure.
- Enhanced the dispatch logic in `dispatch_triggered_workflows_async` to accommodate the new event model.
2025-10-08 17:31:16 +08:00
..
__init__.py refactor(api): fix pyright check 2025-09-25 18:32:22 +08:00
trigger.py move trigger_service to trigger sub dir 2025-10-02 00:29:53 +08:00
webhook.py refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00