-
Hi everyone

I’m getting this error when running my workflow in n8n Cloud:
Error: a destinationNodeName is required for the new partial execution flow
Workflow execution had an error
Problem executing workflow :I have a loop that sends one item (a phone number and a token) every minute to an AI Agent node, which then generates a custom message.
After that, the message goes to an HTTP Request node connected to WhatsApp.The loop works correctly for the first few runs, but sometimes I get this error:
Error: a destinationNodeName is required for the new partial execution flow
Workflow structure (simplified):-
Schedule Trigger
-
Get Leads
-
Merge
-
IF
-
Code in JavaScript
-
Limit 30
-
Format Number
-
Assistant (AI Agent)
-
Loop Leads (1 minute interval)
-
Merge again
-
HTTP Request → WhatsApp
What I suspect:-
It might be related to how the Loop node executes partial runs.
-
Maybe n8n is trying to resume or partially execute a workflow without a defined destination node.
-
I’m not using “Execute Workflow” inside this loop — it’s all in one workflow.
-
Question
Can anyone explain why this happens or how to avoid the “destinationNodeName” error?
Is it something related to the loop timing or how the Merge node reconnects after partial execution?
Thanks in advance!
— Edwing
