mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
d3a312cc6b
* 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>
26 lines
364 B
JSON
26 lines
364 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|