It runs durably
A full run runs durably. Once it starts, it keeps going on its own and survives interruptions — close the tab or lose your connection, and the run carries on. Progress streams as it goes: each node lights up the moment it finishes, so a long chain fills in node by node instead of going dark until the end.Cost
The cost of a full run is the sum of every server node that runs. Fan a chain out with a Batch node and the cost scales with it—ten emitted items through a chain cost roughly ten times one pass. Disconnected executable branches can also contribute to the total.Same engine as the Runner
A full run uses the same engine as the Runner. Running your published workflow from the Runner executes exactly the same way — only the front door differs. The editor’s run button and the Runner’s form are two entrances to one execution path, so what you test on the canvas is what your callers get.Related
The Runner
The published run surface — the other front door to the same engine.
Results & history
Where recorded runs land, and how to revisit past outputs.