I have a multi-step workflow that involves calling an API which incurs costs. Sometimes I need to troubleshoot a node beyond the API call node. I thought pinning data would be a fantastic feature for this. But even after pinning data and trying to execute a node just one ahead of the pinned data node, it tries to run everything from the beginning of my workflow (which is a webhook node). I’ve tried:
-
Deactivating everything before the pinned node
-
Disconnecting the pin node from everything previous to it in the workflow
-
Pinning everything up to the node that I want to test
In all cases, clicking “Test this step” on the next node tries waiting for input at the very beginning on the webhook node. Has anyone encountered this before, and does anyone know how to resolve this? Am I doing something wrong?
Information on your n8n setup
- n8n version: 1.107.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Alpine Linux