Skip to main content

Test, publish, and versions

Studio keeps what you are editing and what is running strictly apart. You can rebuild a live flow in the middle of a busy Monday and nothing changes for your customers until you press Publish.

Draft, live, paused

StatusMeaning
DraftThe flow has never been published. It does not react to anything.
LiveA published version is running and handling real events.
PausedThe flow still exists, with every block intact, but it reacts to nothing. You set this with Pause flow; Teloring also sets it automatically when a flow depends on something that was deleted.

Every flow actually holds two copies of the canvas:

CopyWhat it isChanged by
DraftWhat you see in the editor.Every edit you make, saved automatically.
LiveWhat real events run against.Publish, and nothing else.

Editing a live flow is safe. Your changes accumulate in the draft; the version that customers hit is the one you last published.

note

A flow built by Hermes arrives as a draft too. The AI never publishes anything — you review it on the canvas, Test Run, and publish exactly as you would a flow you drew yourself.

Saving

Auto-save

Auto-save is on by default. A couple of seconds after you stop editing, the draft is saved and the indicator in the top bar moves from Unsaved to Saving… to Saved.

Manual save

Turn auto-save off in ⚙ Flow Settings when you want full control. Canvas changes then mark the editor as Unsaved and nothing is written until you click the 💾 button or press Cmd/Ctrl+S.

Flow settings

The Flow Settings dialog also lists the flow's saved variables, where you can review and delete them.

note

Saving is not publishing. A saved draft still has no effect on live traffic.

Test Run

Test Run executes the draft — the version on your screen — with sample data.

What it doesWhat it does not do
Walks the flow from the first triggerSend messages to customers
Runs conditions and reports which branches matchedSend emails (Send Email validates and reports test)
Reports how many blocks executedWrite CRM records
Surfaces configuration errors immediatelyPlace phone calls

Test run result

The result shows the run Status and the number of Blocks executed. If the flow has no trigger yet, Studio tells you to add one first.

tip

Test Run proves the flow's shape — that the blocks are wired, configured, and reachable. It cannot prove the wording of a message or the timing of a wait. For those, publish to a test inbox and message yourself.

Publishing

Click Publish to make the draft the live version.

Publish confirmation

The confirmation dialog summarizes what you are about to release:

LineMeaning
TriggersHow many trigger blocks the flow has.
BlocksHow many blocks in total.
VersionThe version number the flow will become.
WarningAppears when any block still shows a warning badge.

Confirm and the flow goes Live immediately.

What publishing does

  1. Copies the draft onto the live version.
  2. Increments the version number.
  3. Saves a snapshot in version history.
  4. Clears the "unpublished changes" state.
  5. Switches on monitoring for any Analytics Alerts the flow references.
  6. Clears any dependency warning that had paused the flow.

What blocks a publish

ReasonFix
The flow has no triggerAdd a WHEN block.
A voice block is in a messaging flow, or the reverseRemove the out-of-scope block. Its warning badge names the problem.

Other warnings — an unconnected block, a missing email inbox, invalid JSON — do not hard-block publishing, but the dialog reminds you and you should fix them first.

caution

Publishing affects real customers immediately. Test with a quiet inbox, or with a trigger filtered to a single test inbox, before you publish anything that replies to people.

Version history

Studio keeps the 50 most recent snapshots of each flow. Click the Version bar at the bottom of the left panel to open the list.

Version history

Each entry shows the version number, when it was saved, who saved it, how many blocks and connections it had, whether it is the live one, and how it was created:

SourceCreated by
Auto saveAuto-save while editing
Manual saveThe 💾 button or Cmd/Ctrl+S
PublishedA publish
RestoredMaking an older version live

Previewing a version

Click a version to open it on the canvas in read-only preview. A banner across the top says Read-only preview, and editing, saving, and testing are switched off so you cannot accidentally work on the wrong copy.

From the banner you can:

ButtonWhat it does
Make livePromotes this snapshot to the live version.
Exit previewReturns to your draft, exactly as you left it.

If you have unsaved changes when you open a preview, Studio warns you first. Your draft is not lost — it is hidden until you exit the preview.

Rolling back

Make live is the rollback button. It:

  1. Checks that the snapshot has at least one trigger.
  2. Promotes it to the live version and into your draft.
  3. Increments the version number and marks the flow Live.
  4. Writes a restore snapshot, so the rollback itself is undoable.
tip

Rolling back is the fastest fix when a freshly published flow misbehaves. Open version history, preview the version that worked, and click Make live — then debug the broken draft without any pressure.

Pause and resume

Pause switches a live flow off without changing or deleting anything. Open the flow, click ⚙ Flow Settings, and use Pause flow under Flow activity.

Pause a flow from Flow Settings

While pausedDetail
The flow reacts to nothingIncoming messages, calls, form submissions, schedules, webhooks, and analytics alerts all pass it by.
Nothing is deletedEvery block, connection, saved version, and saved variable stays exactly as it was.
The status badge reads PausedBoth in the editor and on the flow's card in the list.
Conversations are handed backAnything the flow was holding leaves the Studio Bot queue for Waiting in line, so a customer mid-bot-conversation is not left waiting for a bot that will never answer.
Branches parked on a wait stop tooA flow waiting on a customer reply or a Wait countdown does not continue while paused.
You can keep editingThe draft behaves as normal.
Analytics alerts are releasedA paused flow stops monitoring the alerts it referenced.

Resume flow — the same button, once the flow is paused — switches it back on.

note

Resuming restores the last published version, not your current draft. Un-pausing can therefore never ship a half-finished edit by accident. To make draft changes live, use Publish.

Resuming brings the flow back for new events. Conversations that were released while it was paused stay with the agents who picked them up — they are not pulled back into the bot.

Pause is only available on a live flow. On a draft, the button is disabled — there is nothing running to stop.

GoalHow
Stop a flow temporarily⚙ Flow Settings → Pause flow. Reversible in one click.
Start it again⚙ Flow Settings → Resume flow.
Ship draft changesPublish.
Remove a flow for goodDelete it.
Change a flow safelyEdit freely. The draft has no effect until you publish.

Deleting a flow

Every flow card in the list has a Delete action, live flows included. Because deleting is permanent, the dialog asks you to type the flow's exact name before the button unlocks.

Delete a flow

Deleting is a full teardown:

What goesDetail
Every block and connectionThe canvas is emptied and the flow is removed.
The flow itselfNo trigger, schedule, or webhook can ever start it again.
All saved versionsThe 50-snapshot history goes with it — there is no rollback afterwards.
The flow's saved variablesEvery var.* value this flow stored is removed.
Runs that were still waitingA run parked on a customer reply or a timer is cancelled rather than left to resume into nothing.

Conversations the flow was handling are not deleted. They are released from the Studio Bot queue and land back in Waiting in line, so an agent can pick them up straight away.

caution

Deleting a live flow stops it instantly, including mid-conversation. If a customer was halfway through a bot conversation, the bot simply stops replying and the conversation moves to the waiting queue. If you only need to switch a flow off, pause it instead.

Automatic pausing

If a flow depends on something that gets deleted, Teloring pauses it rather than letting it fail quietly.

Today this applies to Analytics Alerts: delete an alert (or the report behind it) and every flow referencing it is flagged. The flow card shows a warning badge with the reason, the block that references the missing alert is marked invalid in the editor, and a live flow is switched to Paused.

Pick a different alert — or remove the block — and publish again. Publishing clears the flag.

A safe release routine

  1. Build on a draft.
  2. Test Run and fix anything it reports.
  3. Clear every warning badge on the canvas.
  4. Point the trigger at a single test inbox and publish.
  5. Message that inbox yourself and walk each branch.
  6. Widen the trigger to the real inboxes and publish again.
  7. Keep watching that inbox for the first few real runs.

Next