Skip to main content

Start Step

The Start step is where every workflow begins. When someone kicks off a new process, this is the first step that runs. It creates the process, shows a form to the user, and then moves the flow forward.

Every workflow must have exactly one Start step.

Configuring the Start Step

When you click on the Start step in the canvas, the properties panel opens on the right side. Here you can set up everything the step needs.

Properties Section

FieldWhat it does
LabelA display name for this step on the canvas.
Step IDA unique identifier for this step (auto-generated, but you can change it).

Actions Section

Actions are the buttons the user sees on the start screen. You need at least one action with the type start so the user can launch the process.

For each action, you set:

  • Action type -- must be "start" for the initial action.
  • Custom type -- an optional custom identifier.
  • Label -- the button text the user sees (for example, "Start Process").
  • Roles -- which roles are allowed to click this button.

Step-by-Step Setup

  1. Drag the Start step from the toolbox onto the canvas.
  2. Click on it to open the properties panel on the right.
  3. In the Actions section, add an action with type "start", give it a label like "Start Process", and pick the roles that should see the button.
  4. Draw a connection from the Start step to the next step in your workflow.