Describe the problem/error/question
When bulk editing records (in my case activities) in Pipedrive, all workflows which use a Pipedrive Trigger node (all of them, trigger type does not matter) get updated. It looks like a user edited these workflows manually in n8n.
Screenshot on what part of the workflow got edited:
nothing else changed in any of my workflows with Pipedrive triggers.
The workflow which should get triggered on the events gets executed like expected when using the bulk edit function of Pipedrive. But it does not do anything, just executes my Error Workflow.
Here’s the JSON from the Error:
JSON as text
[ { "execution":{ "id":"283485", "url":"https://n8n.domain.at/workflow/36/executions/283485", "error":{ "name":"WorkflowOperationError", "timestamp":1685009074163 }, "mode":"webhook" }, "workflow":{ "id":"36", "name":"[PIPEDRIVE] activity trigger" } } ]
The Bulk edit in this case triggered about 90 executions, which fully loaded my vps. With that, all other workflows which were running in the same timeframe (about 4 minutes) also did not correctly execute.
For example, following workflow:
Information on your n8n setup
- n8n version: 0.228.2
- Database (default: SQLite): MySQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04