n8n/packages/nodes-base/nodes/Code
Jan Oberhauser 655efeaf66
feat(core): Add optional Error-Output (#7460)
Add an additional optional error output to which all items get sent that
could not be processed.
![Screenshot from 2023-10-18
17-29-15](https://github.com/n8n-io/n8n/assets/6249596/e9732807-ab2b-4662-a5f6-bdff24f7ad55)

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>
2023-10-30 18:42:47 +01:00
..
descriptions feat(Set Node): Overhaul (#6348) 2023-09-19 13:16:35 +03:00
test refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
Code.node.json feat(Code Node): Add Python support (#4295) 2023-05-04 20:00:00 +02:00
Code.node.ts feat(core): Add optional Error-Output (#7460) 2023-10-30 18:42:47 +01:00
ExecutionError.ts refactor(core): Remove linting exceptions in nodes-base (#4794) 2022-12-02 21:54:28 +01:00
JavaScriptSandbox.ts fix(Code Node): Disable WASM to address CVE-2023-37903 (#7122) 2023-09-06 16:11:39 +02:00
Pyodide.ts fix(Code Node): Install python modules always in a user-writable folder (#6568) 2023-07-07 16:43:45 +02:00
PythonSandbox.ts fix(Code Node): Consistent redirection of stdout for JS and Python sandboxes (#6818) 2023-08-01 17:47:43 +02:00
Sandbox.ts feat(core): Add optional Error-Output (#7460) 2023-10-30 18:42:47 +01:00
utils.ts feat(Code Node): Add Python support (#4295) 2023-05-04 20:00:00 +02:00
ValidationError.ts refactor(core): Remove linting exceptions in nodes-base (#4794) 2022-12-02 21:54:28 +01:00