What triggers a workflow in n8n?

A trigger starts the workflow.

Common trigger types include:

• Webhook trigger
• Schedule (cron) trigger
• Application events
• Manual execution

When the trigger event occurs, the workflow begins executing the connected nodes.