fix: Display readable error when manual executions contains large payload (#8834)

This commit is contained in:
Omar Ajoue
2024-03-08 12:23:27 +00:00
committed by GitHub
parent 76fe960a76
commit 261b9c73d6
3 changed files with 20 additions and 7 deletions

View File

@@ -1951,6 +1951,7 @@
"workflowPreview.showError.previewError.title": "Preview error",
"workflowRun.noActiveConnectionToTheServer": "Lost connection to the server",
"workflowRun.showError.title": "Problem running workflow",
"workflowRun.showError.payloadTooLarge": "Please execute the whole workflow, rather than just the node. (Existing execution data is too large.)",
"workflowRun.showMessage.message": "Please fix them before executing",
"workflowRun.showMessage.title": "Workflow has issues",
"workflowSettings.callerIds": "IDs of workflows that can call this one",