Start and end nodes

The start node defines the beginning of a workflow and the end node defines the end of a workflow.

Start and end nodes are always included in a workflow and cannot be deleted. These nodes each contain a JavaScript window in which we can add JavaScript code to run at the beginning or end of the workflow. Start nodes have out transitions only. End nodes have transitions in only.

Parent topic: Workflow elements