feat(core): Add optional Error-Output (#7460)
Add an additional optional error output to which all items get sent that could not be processed.  Github issue / Community forum post (link here to close automatically): https://community.n8n.io/t/error-connector-for-nodes/3094 https://community.n8n.io/t/error-handling-at-node-level-detect-node-execution-status/26791 --------- Co-authored-by: OlegIvaniv <me@olegivaniv.com>
This commit is contained in:
@@ -941,8 +941,14 @@
|
||||
"nodeSettings.alwaysOutputData.description": "If active, will output a single, empty item when the output would have been empty. Use to prevent the workflow finishing on this node.",
|
||||
"nodeSettings.alwaysOutputData.displayName": "Always Output Data",
|
||||
"nodeSettings.clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
||||
"nodeSettings.continueOnFail.description": "If active, the workflow continues even if this node's execution fails. When this occurs, the node passes along input data from previous nodes - so your workflow should account for unexpected output data.",
|
||||
"nodeSettings.continueOnFail.displayName": "Continue On Fail",
|
||||
"nodeSettings.onError.description": "Action to take when the node execution fails",
|
||||
"nodeSettings.onError.displayName": "On Error",
|
||||
"nodeSettings.onError.options.continueRegularOutput.description": "Pass error message as item in regular output",
|
||||
"nodeSettings.onError.options.continueRegularOutput.displayName": "Continue",
|
||||
"nodeSettings.onError.options.continueErrorOutput.description": "Pass item to an extra `error` output",
|
||||
"nodeSettings.onError.options.continueErrorOutput.displayName": "Continue (using error output)",
|
||||
"nodeSettings.onError.options.stopWorkflow.description": "Halt execution and fail workflow",
|
||||
"nodeSettings.onError.options.stopWorkflow.displayName": "Stop Workflow",
|
||||
"nodeSettings.docs": "Docs",
|
||||
"nodeSettings.executeOnce.description": "If active, the node executes only once, with data from the first item it receives",
|
||||
"nodeSettings.executeOnce.displayName": "Execute Once",
|
||||
|
||||
Reference in New Issue
Block a user