dify/api/core/workflow/graph
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(graph_engine): Support pausing workflow graph executions (#26585) 2025-10-19 21:33:41 +08:00
edge.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
graph.py feat(trigger): system variables for trigger nodes 2025-10-29 18:10:38 +08:00
graph_template.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
validation.py feat(api): enhance workflow validation and structure checks 2025-11-11 14:52:13 +08:00