A workflow is the automation pipeline you create in n8n.
It consists of multiple steps connected together. Each step performs a task such as:
• receiving data
• processing information
• sending results to another application
These steps are connected visually so the workflow shows the full automation process.
Example workflow:
Webhook → Process Data → Send Slack Message