dify/api/events
Harry 06c91fbcbd refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management
- Updated `DraftWorkflowTriggerNodeApi` to utilize the new `TriggerDebugEvent` and `TriggerDebugEventPoller` for improved event polling.
- Removed deprecated `poll_debug_event` methods from `TriggerService`, `ScheduleService`, and `WebhookService`, consolidating functionality into the new event structure.
- Enhanced error handling in `invoke_trigger_event` to utilize `TriggerPluginInvokeError` for better clarity on invocation issues.
- Updated frontend API routes to reflect changes in trigger event handling, ensuring consistency across the application.
2025-10-15 14:41:53 +08:00
..
event_handlers refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management 2025-10-15 14:41:53 +08:00
__init__.py feat: support opensearch approximate k-NN (#5322) 2024-06-19 12:44:33 +08:00
app_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
dataset_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
document_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
document_index_event.py Update mypy.ini (#24014) 2025-08-16 19:29:19 +08:00
message_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00
tenant_event.py chore(api): Introduce Ruff Formatter. (#7291) 2024-08-15 12:54:05 +08:00