Starting & Running Workflows
Starting a Workflow
- From the editor, click Run/Start.
- If a trigger worker is present (e.g., schedule), manual start may run from the next valid point or force an immediate run depending on trigger type.
Execution Order
Workers execute top‑to‑bottom unless a worker introduces branching or conditional skipping.
Monitoring Progress
- Active workers highlight while running.
- A status panel may show overall run state (Queued, Running, Completed, Failed, Partially Completed).
Viewing Intermediate Data
Open Data Preview on an individual worker to see what it produced so far.
Stopping a Run
If supported, click Stop to cancel further workers. Completed steps remain visible.
Rerunning After Changes
After editing parameters, run again; caches (if any) may be invalidated automatically.
Next: Workers – General Concept.