mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
8 lines
354 B
JSON
8 lines
354 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "CodeNodeJs",
|
|
"description": "A JS Code Node that first generates 100 items and then runs once for each item and adds, modifies and removes properties. The data returned with RespondToWebhook Node.",
|
|
"scenarioData": { "workflowFiles": ["js-code-node.json"] },
|
|
"scriptPath": "js-code-node.script.js"
|
|
}
|