Gmail trigger execution completed but keeps saying "Executing Workflow"

Hello - I am using Gmail trigger to fetch emails and when I try to execute my workflow it just keeps running saying “Executing Workflow” but the moment I click on stop, I get the message: Worflow finished executing - it completed before it could be stopped.

In the log I can see that it executed only once. What may be happening here?

{
“nodes”: [
{
“parameters”: {
“pollTimes”: {
“item”: [
{
“mode”: “everyMinute”
}
]
},
“simple”: false,
“filters”: {
“sender”: “Sender Email”
},
“options”: {
“downloadAttachments”: true
}
},
“type”: “n8n-nodes-base.gmailTrigger”,
“typeVersion”: 1.2,
“position”: [
-640,
-80
],
“id”: “retractedID”,
“name”: “Gmail Trigger”,
“credentials”: {
“gmailOAuth2”: {
“id”: “retractedID”,
“name”: “GMail”
}
}
}
],
“connections”: {
“Gmail Trigger”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “retractedID”
}
}

I’ve experienced this same issue, although it’s not always with the Gmail node.
I found that refreshing the page in my browser clears the problem but I can’t say that I understand why.
Be sure to Save your workflow before refreshing!

I hope this helps. :slightly_smiling_face:

Please mark this as closed if this solves your problem.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.