mirror of https://github.com/langgenius/dify.git
- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_draft_var_loader_simple.py | ||
| test_workflow_converter.py | ||
| test_workflow_deletion.py | ||
| test_workflow_draft_variable_service.py | ||
| test_workflow_node_execution_service_repository.py | ||
| test_workflow_service.py | ||