Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 327 Bytes

start-workflows-via-cli.md

File metadata and controls

15 lines (11 loc) · 327 Bytes

Start Workflows via CLI

Workflows can not just be started by triggers, webhooks or manually via the Editor it is also possible to start them directly via the CLI.

Execute a saved workflow by its ID:

n8n execute --id <ID>

Execute a workflow from a workflow file:

n8n execute --file <WORKFLOW_FILE>