dify/api/core/app/entities
Harry 1562d00037 feat(trigger): implement trigger debugging functionality
- Added DraftWorkflowTriggerNodeApi and DraftWorkflowTriggerRunApi for debugging trigger nodes and workflows.
- Enhanced TriggerDebugService to manage trigger debugging sessions and event listening.
- Introduced structured event responses for trigger debugging, including listening started, received, node finished, and workflow started events.
- Updated Queue and Stream entities to support new trigger debug events.
- Refactored trigger input handling to streamline the process of creating inputs from trigger data.

This implementation improves the debugging capabilities for trigger nodes and workflows, providing clearer event handling and structured responses.
2025-09-11 16:55:58 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_invoke_entities.py fix: resolve circular import in AppGenerateEntity (#23731) 2025-08-11 15:38:28 +08:00
queue_entities.py feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00
task_entities.py feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00