mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
31a83f1672
* ⚡ Add codex file for Wait node * 🔨 Minor fix
24 lines
333 B
JSON
24 lines
333 B
JSON
{
|
|
"node": "n8n-nodes-base.wait",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Core Nodes"
|
|
],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.wait/"
|
|
}
|
|
]
|
|
},
|
|
"alias": [
|
|
"pause",
|
|
"sleep",
|
|
"delay",
|
|
"timeout"
|
|
],
|
|
"subcategories": [
|
|
"Flow"
|
|
]
|
|
} |