n8n Workflow

Execute Another Workflow

This n8n workflow automates tasks and integrates with various services. Execute Another Workflow - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Execute Another Workflow - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                220,
                340
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "d46ad27e-54ae-45fc-aadb-cca1c78456a7"
        },
        {
            "name": "Execute Workflow",
            "type": "n8n-nodes-base.executeWorkflow",
            "position": [
                410,
                340
            ],
            "parameters": {
                "workflowId": "1"
            },
            "typeVersion": 1,
            "id": "34ccb19a-f325-46b6-9ec1-5160e4b08423"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Execute Workflow",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows