mirror of
https://github.com/langgenius/dify.git
synced 2026-02-04 18:12:49 +08:00
- 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 | ||
| app_invoke_entities.py | ||
| queue_entities.py | ||
| rag_pipeline_invoke_entities.py | ||
| task_entities.py | ||