Skip to main content
Workflow editor canvas with toolbar and connected nodes

Editor Layout

The workflow editor is a full-screen, visual canvas where you build your workflow by adding and connecting nodes. It consists of three main areas:
  1. Header bar — Displays the workflow name, status badge, and action buttons (Settings, Save, Publish, Use).
  2. Canvas — The main interactive area where nodes are displayed as a flow diagram. You can pan, zoom, and drag nodes around.
  3. Bottom toolbar — A menu bar at the bottom of the canvas with tools for adding nodes, zooming, undo/redo, and more.

Header Actions

The editor header provides quick access to key workflow operations:
ActionDescription
Back arrowNavigate back to the workflow listing.
Settings (gear icon)Edit the workflow name, description, teams, and folder.
SaveSave the current draft without publishing. Only enabled when there are unsaved changes.
PublishValidate and publish the workflow to make it live. See Publishing.
UseOpen the Integration modal to get deployment links (only available when published).

Bottom Toolbar

The bottom toolbar is organized into sections:

Adding Nodes

ToolDescription
Channel (smartphone icon)Open the channel picker to add a channel node.
Data (database icon)Hover to reveal the data node menu — datasources, URL parameters, geolocation, weather, transforms, etc.
Output (content icon)Open the content types drawer to add visual content, JSON format, or empty output nodes.

Canvas Navigation

ToolDescription
Zoom out / Zoom inAdjust the zoom level of the canvas. The current zoom percentage is displayed between the buttons.
Fit to screenAuto-zoom to fit all nodes within the viewport.
Auto-layoutAutomatically arrange all nodes in a clean, readable layout.

History

ToolDescription
UndoRevert the last action.
RedoRe-apply the last undone action.

View Modes

ToolDescription
Nested nodesOpen a drawer listing nodes that aren’t visible on the main canvas (nested inside other nodes).
Individualized branchesToggle highlighting of branches that deliver personalized content.
Statistics modeSwitch between editor and statistics view to see traffic distribution across branches.
Debug modeToggle debug information on nodes (execution times, node IDs).
AI CopilotOpen the Simone AI assistant panel (if enabled for your account).
VersionsOpen the version history drawer.
Generate documentationAuto-generate business or technical documentation for the current workflow.

Working with Nodes

Adding Nodes

There are several ways to add nodes:
  1. Toolbar — Use the bottom toolbar buttons to add channels, data nodes, or outputs.
  2. Context menu — Right-click on the canvas or on an existing node for contextual actions.
  3. Drag and drop — Drag node types from the picker drawers onto the canvas.

Connecting Nodes

Nodes have connection handles (small circles on their edges). To connect two nodes:
  1. Click and drag from a handle on one node.
  2. Drop on the handle of another node.
  3. An edge (arrow) appears connecting them.

Configuring Nodes

Click on any node to open its configuration drawer on the right side of the canvas. The configuration options vary depending on the node type — see the dedicated pages for channels, data nodes, logic nodes, and output nodes.

Context Menu Actions

Right-click on a node to access:
  • Edit — Open the configuration drawer.
  • Duplicate — Create a copy of the node.
  • Delete — Remove the node and its connections.
  • Add documentation — Attach a documentation note to the node.
  • Create branches — Add a logic node downstream.
  • Use data — Add a data node downstream.
  • Add content — Add an output node downstream.
Right-click on an edge to:
  • Delete — Remove the connection between two nodes.
  • Qualify branch — Assign a branch category to this path.

Publishing a Workflow

Before a workflow can serve content, it must be published:
1

Click Publish

Click the Publish button in the header.
2

Automatic validation

The system validates the workflow for common errors:
  • Missing channels
  • Missing outputs
  • Circular dependencies
  • Invalid node configurations
  • Content bindings errors
If errors are found, a notification appears and the canvas focuses on the first problematic node.
3

Save and publish

If validation passes, the workflow is saved and published in one step. The status badge changes to Published.
Publishing overwrites the currently live version. The previous version is preserved in the version history.