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

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

8 lines
300 B
JSON
Raw Normal View History

{
"$schema": "../scenario.schema.json",
"name": "HttpNode",
"description": "Webhook -> 3x HTTP request to a mock API -> Merge -> Respond to Webhook. Requires a mock API running at http://mockapi:8080",
"scenarioData": { "workflowFiles": ["httpNode.json"] },
"scriptPath": "httpNode.script.js"
}