feat: add folder support for workflows (fixes #70)
This commit is contained in:
24
workflows/Amqp/0138_Amqp_Send_Triggered.json
Normal file
24
workflows/Amqp/0138_Amqp_Send_Triggered.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "135",
|
||||
"name": "Receive messages for an ActiveMQ queue via AMQP Trigger",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "AMQP Trigger",
|
||||
"type": "n8n-nodes-base.amqpTrigger",
|
||||
"position": [
|
||||
650,
|
||||
200
|
||||
],
|
||||
"parameters": {
|
||||
"sink": ""
|
||||
},
|
||||
"credentials": {
|
||||
"amqp": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user