execute_workflow
Run an n8n workflow by ID or name, pass input data, and optionally wait for completion to retrieve execution results.
Instructions
Execute an n8n workflow by ID or name with advanced options and monitoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Input data for the workflow (optional) | |
| workflowId | Yes | The workflow ID or name to execute | |
| waitForCompletion | No | Wait for workflow completion before returning |