dify/api/core/workflow/nodes/base
Harry dab4e521af feat(trigger): enhance trigger event handling and introduce new debug event polling
- Refactored the `DraftWorkflowTriggerNodeApi` and related services to utilize the new `TriggerService` for polling debug events, improving modularity and clarity.
- Added `poll_debug_event` methods in `TriggerService`, `ScheduleService`, and `WebhookService` to streamline event handling for different trigger types.
- Introduced `ScheduleDebugEvent` and updated `PluginTriggerDebugEvent` to include a more structured approach for event data.
- Enhanced the `invoke_trigger_event` method to improve error handling and data validation during trigger invocations.
- Updated frontend API calls to align with the new event structure, removing deprecated parameters for cleaner integration.
2025-10-15 11:04:09 +08:00
..
__init__.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
entities.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
exc.py fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952) 2024-12-22 10:42:30 +08:00
node.py feat(trigger): enhance trigger event handling and introduce new debug event polling 2025-10-15 11:04:09 +08:00
template.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
variable_template_parser.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00