Simple demo workflow that uses a manual trigger to execute another n8n workflow via the Execute Workflow node.
This workflow serves as a companion example for the Execute Workflow node documentation in n8n. It consists of just two nodes: a Manual Trigger node labeled 'On clicking execute' and an Execute Workflow node. When activated by clicking the execute button, it triggers a predefined target workflow (ID: 1) without passing any additional data or parameters.
The primary benefit is demonstrating modular workflow design in n8n, allowing users to chain workflows for better organization and reusability.
Platform
n8n
Category
Finance
Price
$2.99
Creator
Jose Maurino
n8n
execute-workflow
manual-trigger
workflow-chaining
automation
demo
modular
trigger
docs
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.