Add Stop and Error node (#2232)

* Throw Error Node

* 🔨 Refactor Throw Error node

* 🚚 Rename node

*  Allow multiple nodes in the workflow

* 🚚 Rename node

*  Fix codex file name

Co-authored-by: Günther Erb <Guenther.Erb@gruber-logistics.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Iván Ovejero
2021-10-07 22:31:38 +02:00
committed by GitHub
parent 1341958aae
commit d3a312cc6b
3 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"node": "n8n-nodes-base.stopAndError",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Core Nodes"
],
"resources": {
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.stopAndError/"
}
]
},
"alias": [
"error",
"throw",
"exception"
],
"subcategories": {
"Core Nodes": [
"Flow"
]
}
}