dify/api/tests
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
..
fixtures/workflow feat: add flatten_output configuration to iteration node (#27502) 2025-10-27 16:04:24 +08:00
integration_tests Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-27 11:37:07 +08:00
test_containers_integration_tests Merge remote-tracking branch 'origin/main' into feat/trigger 2025-11-11 12:42:01 +08:00
unit_tests feat(api): enhance workflow validation and structure checks 2025-11-11 14:52:13 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00