dify/api/core/app/entities
Harry aad31bb703 feat(api): enhance workflow validation and structure checks
- Added a new validation class to ensure that trigger nodes do not coexist with UserInput (start) nodes in the workflow graph.
- Implemented a method in WorkflowService to validate the graph structure before persisting workflows, leveraging the new validation logic.
- Updated unit tests to cover the new validation scenarios and ensure proper error propagation.
2025-11-11 14:52:13 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_invoke_entities.py feat(api): enhance workflow validation and structure checks 2025-11-11 14:52:13 +08:00
queue_entities.py feat(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
rag_pipeline_invoke_entities.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
task_entities.py feat: enhance tencent trace integration with LLM core metrics (#27126) 2025-10-29 15:53:30 +08:00