n8n/packages/@n8n/benchmark/scenarios/data-table-node/data-table-node.manifest.json

11 lines
368 B
JSON

{
"$schema": "../scenario.schema.json",
"name": "DataTableNode",
"description": "A Data table node that first inserts 100 items and then reads them from the table. The data is returned with RespondToWebhook Node.",
"scenarioData": {
"workflowFiles": ["data-table-node.json"],
"dataTableFile": "data-table.json"
},
"scriptPath": "data-table-node.script.js"
}