n8n-docs/docs/nodes/nodes-library/core-nodes/Start
Harshil Agrawal 7b460243ab
SEO Update (#206)
2020-10-09 14:18:10 +02:00
..
README.md SEO Update (#206) 2020-10-09 14:18:10 +02:00
workflow.png Add Start node docs 2020-07-16 10:16:24 +02:00

permalink description
/nodes/n8n-nodes-base.start Learn how to use the Start node in n8n

Start

The start node is the first node in a workflow. It exists by default when you create a new workflow and looks like the following image.

A new workflow with the Start node

In case there is no Trigger node in the workflow, the workflow always starts from the Start node. The Start node cannot be deleted. Even if a workflow contains a Trigger node, there would still be a Start node.

FAQs

When is it necessary to use the Start node?

When using the Execute Workflow node in workflow A to execute workflow B, the Start node will act as the trigger node in workflow B. The second node in workflow B needs to be connected to the Start node for the workflow to execute correctly.