mirror of
https://github.com/langgenius/dify.git
synced 2026-02-04 10:01:38 +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. |
||
|---|---|---|
| .. | ||
| auth | ||
| tools | ||
| workflow | ||
| __init__.py | ||
| services_test_help.py | ||
| test_account_service.py | ||
| test_clear_free_plan_tenant_expired_logs.py | ||
| test_conversation_service.py | ||
| test_dataset_permission.py | ||
| test_dataset_service_batch_update_document_status.py | ||
| test_dataset_service_delete_dataset.py | ||
| test_dataset_service_update_dataset.py | ||
| test_document_indexing_task_proxy.py | ||
| test_metadata_bug_complete.py | ||
| test_metadata_nullable_bug.py | ||
| test_rag_pipeline_task_proxy.py | ||
| test_schedule_service.py | ||
| test_variable_truncator.py | ||
| test_webhook_service.py | ||
| test_workflow_run_service_pause.py | ||