fix(workflow): fix Dify compatibility issues

This commit is contained in:
Eternity
2026-03-06 16:58:36 +08:00
parent ccc67df8df
commit f53633a8b8
5 changed files with 33 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ class WorkflowImportService:
success=False,
temp_id=None,
workflow_id=None,
errors=[InvalidConfiguration()]
errors=[InvalidConfiguration()] + adapter.errors
)
workflow_config = adapter.parse_workflow()