1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
n8n/docs/start-workflows-via-cli.md
2019-09-22 18:29:03 +02:00

327 B

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>