dify/api/core/app
Harry 57c0bc9fb6 feat(trigger): refactor trigger debug event handling and improve response structures
- Renamed and refactored trigger debug event classes to enhance clarity and consistency, including changes from `TriggerDebugEventData` to `TriggerEventData` and related response classes.
- Updated `DraftWorkflowTriggerNodeApi` and `DraftWorkflowTriggerRunApi` to utilize the new event structures, improving the handling of trigger events.
- Removed the `TriggerDebugEventGenerator` class, consolidating event generation directly within the API logic for streamlined processing.
- Enhanced error handling and response formatting for trigger events, ensuring structured outputs for better integration and debugging.

This refactor improves the overall architecture of trigger debugging, making it more intuitive and maintainable.
2025-09-11 16:55:58 +08:00
..
app_config model_config = ConfigDict(extra='allow') (#24859) 2025-08-31 23:21:41 +08:00
apps Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
entities feat(trigger): refactor trigger debug event handling and improve response structures 2025-09-11 16:55:58 +08:00
features make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
task_pipeline fix: Fix database connection leak in EasyUIBasedGenerateTaskPipeline (#24815) 2025-09-01 14:48:56 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00