:sap: Add codex file for Wait node (#2094)

*  Add codex file for Wait node

* 🔨 Minor fix
This commit is contained in:
Harshil Agrawal 2021-08-21 14:23:39 +02:00 committed by GitHub
parent a092609864
commit 31a83f1672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
{
"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"
]
}