Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/Microsoft/AzureCosmosDb/test/container/delete.workflow.json
T
AdinaTotorean b52f9f0f6c feat(Azure Cosmos DB Node): New node (#14156)
Co-authored-by: feelgood-interface <feelgood.interface@gmail.com>
2025-04-09 15:05:33 +01:00

61 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0],
"id": "fabb9c53-ca91-4b11-84e3-3b172b10b83a",
"name": "When clicking Test workflow"
},
{
"parameters": {
"operation": "delete",
"container": {
"__rl": true,
"value": "container1",
"mode": "list",
"cachedResultName": "container1"
},
"requestOptions": {}
},
"type": "n8n-nodes-base.azureCosmosDb",
"typeVersion": 1,
"position": [220, 0],
"id": "134e2bbd-937a-4ee8-9ad7-7a745cf0905f",
"name": "Azure Cosmos DB",
"credentials": {
"microsoftAzureCosmosDbSharedKeyApi": {
"id": "exampleId",
"name": "Azure Cosmos DB account"
}
}
}
],
"connections": {
"When clicking Test workflow": {
"main": [
[
{
"node": "Azure Cosmos DB",
"type": "main",
"index": 0
}
]
]
},
"Azure Cosmos DB": {
"main": [[]]
}
},
"pinData": {
"Azure Cosmos DB": [
{
"json": {
"deleted": true
}
}
]
}
}