Button that immediately stops the execution of a flow

Guys, I made a flow that reads a google spreadsheet, in which the records are the person’s name and their phone number. The goal is to read it line by line to send a message via WhatsApp. I managed to get this flow to work and everything is perfect! The problem is that if I want to interrupt the flow for some reason (for example, putting a list in the wrong way), I can do this by going into the n8n executions and clicking on the button. However, I would like a wordpress button to do this.

I was reading the n8n public API document, to build a flow that does this, but I couldn’t find any references to such a function.

Is there an alternative?

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Juliano_Cesconetto,

At the moment the cancel execution check kicks in after a node has finished, We are working on adding it so a node can finish mid run and we will soon have a handful of nodes that support this.

thanks for the feedback.

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