Create conditional breakpoints in n8n workflows using Slack interactive messages to pause loops and resume remotely. Ideal for debugging complex automations collaboratively.
This workflow showcases an innovative debugging technique in n8n by leveraging the Slack node's 'sendAndWait' operation to implement interactive breakpoints. Starting with a manual trigger, it enters a loop using SplitInBatches (e.g., over 10 items), halting at a specified point (like the 4th iteration) to send a Slack message prompting 'Execution halted.. Continue?'. Users can approve via Slack to resume, with a configurable wait time limit (e.g., 3 minutes).
The benefits are significant for d
Platform
n8n
Category
Surveys & Forms
Price
$12.99
Creator
Maxim Luong
debugging
slack
breakpoints
monitoring
loops
development
n8n
automation
interactive
logs
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.