---
title: "How to configure process start (no trigger)"
description: "Instructions for configuring the Process start trigger for the Start node in Scenario Builder."
---

# How to configure process start (no trigger)?

The **Process start** trigger runs the section without an external trigger — e.g. when you click "Run" in the editor or when the system invokes the section on a schedule.

## When you need it

- Testing scenario logic in the editor.
- Manual run of the section (Run button).
- Section invoked on a schedule (cron) or from another section via action.

## What to know

- **Process start** — a trigger type that does not require an external event (message, HTTP request, system event).
- **Node Inspector** — the right panel when a node is selected, where parameters are configured.

## Before you start

- [x] You are signed in with integrator or administrator rights.
- [x] You have a section with a Start node added (via «+» button → Start).
- [x] Node Inspector is open (right panel when the node is selected).

## Steps

1. Select the Start node on the canvas.
2. In Node Inspector, in the **Trigger type** field, select **Process start**.
3. No additional configuration is needed.

**Result:** The section runs when you click "Run" in the editor or when the system invokes it on a schedule.

## What happens next

The section is ready for manual run or scheduled invocation. Verify it works by clicking "Run" in the editor toolbar.

## Related materials

- [What is the Start node](/en/scenariobuilder/explanation/what-is-start-node.md)
- [Configure Start node triggers](/en/scenariobuilder/how-to/configure-start-node-triggers.md)
- [Test scenario](/en/scenariobuilder/how-to/test-scenario.md)
