Node reference
Start
Begin a workflow run
Begin a workflow run
Part of Core / Flow. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Start a workflow manually.
Parameters#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Run (scheduleMode) | select | once | |
Every (intervalValue) | number | 10 | |
Interval unit (intervalUnit) | select | seconds | |
Start (intervalStartMode) | select | now | |
First run (intervalStartAt) | string | (empty) | |
Daily times (fixedTimes) | time-list | ["09:00"] |
Inputs#
No inputs ports.
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | Workflow start time. |
out fields#
| Field | Type | Description |
|---|---|---|
startTime | string | ISO timestamp for this run. |
Use in a workflow#
Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.
See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.