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”
}
}