Inline Editing
You edit your Blueprint directly on the canvas in the Visual view. Every change you make β whether itβs renaming a section, adjusting a condition, or adding a new element β immediately updates the Specification view as well. The Visual view and Specification view always stay in sync because they represent the same underlying logic.Editing elements
Double-click any editable part of an element to start editing it inline. A text cursor appears and you can type directly on the canvas.
| Element type | What you can edit |
|---|---|
| Section header | Title and description |
| Assignment | Title and expression (e.g., deliveryFee = 0) |
| Decision | Title and condition (e.g., cartValue >= 50) |
| Call | Title, target Blueprint, input mapping, and result variable |
| Return | Title |
| Error | Title and error message |
The node toolbar
When you click an element, it becomes selected (shown by a colored border) and a node toolbar appears to its left.
| Icon | Action | Description |
|---|---|---|
| Copy | Copy | Copies the element to the clipboard |
| Paste style | Paste style | Applies the style from a copied element |
| Settings | Settings | Opens element configuration options |
| Play | Run from here | Runs the Blueprint starting from this element |
| Add | Add element | Inserts a new element after this one |
| Delete | Delete | Removes the element from the flow |
Adding elements
You add new elements at connection points in the diagram β the small circles between existing elements. Click one to open the element palette, then select the element type you want to add.
Deleting elements
To delete an element:- Click the element to select it
- Click the Delete button (trash icon) at the bottom of the node toolbar
Editing section headers
Sections group related elements together. Each section has a title and a description that explain what that part of the logic does. Double-click the section title or description to edit it. These labels appear in both the Visual view and the Specification view, so clear, descriptive names help anyone reading the Blueprint understand the logic.Changes sync to the Specification view
Every inline edit you make is immediately reflected in the Specification view. There is no separate editing mode for the specification β the Visual view is the single place where you build and modify your Blueprint. The Specification view provides a read-only, document-style representation of the same logic. This means:- Renaming a section title updates the corresponding heading in the Specification
- Changing an expression updates the logic description
- Adding or removing elements updates the document structure
What to do next
- AI-Assisted Editing β use natural language to make changes with AI
- Controlling the Flow β learn about each element type in detail
- Inputs and Outputs β configure the data your Blueprint works with