n8n/packages/@n8n/benchmark/scenarios/binaryData/binaryData.manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
267 B
JSON
Raw Normal View History

{
"$schema": "../scenario.schema.json",
"name": "BinaryData",
"description": "Send a binary file to a webhook, write it to FS, read it from FS and receive it back",
"scenarioData": { "workflowFiles": ["binaryData.json"] },
"scriptPath": "binaryData.script.js"
}