Error trigger send tons of messages when error trigger

Describe the issue/error/question

When i try to trigger the error workflow which will send a message to telegram. it sends like 30-40 messages when the error message at once. i want it to send it only once.

What is the error message (if any)?

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hi @KiiREI, I am sorry to hear you’re having trouble here. I tested this on my side and the error workflow only ran once as long as the failing workflow only ran once.

Is there a chance your main workflow (the one calling your error workflow) simply was executed multiple times and threw multiple errors?

@MutedJam i used a basic stop and error node to test and it still triggers it multiple times

Hi @KiiREI, any chance you can provide your workflow firing the Stop and Error node multiple times?