Portal Community

How to Switch

Click the Execution button in the mode selector segment control in the Top Toolbar. The mode selector shows: Design | Execution.

What Changes When Switching

ComponentIn Design ModeIn Execution Mode
CanvasNodes draggable, ports clickable for connectionsRead-only — nodes cannot be moved or connected
Left ToolbarNode palette visible and activeHidden (replaced by execution controls)
Top ToolbarSave, Undo, Redo visibleRun, Pause, Resume, Cancel visible; Save/Undo hidden
Right PanelNode configuration formCollapsed or shows execution status of selected node
Observer PanelClosed / hiddenOpens automatically on first switch
Node bordersNormal (no status colour)Show status overlay based on last/current execution

Unsaved Changes Warning

If you switch to Execution Mode with unsaved changes (isDirty: true), a dialog appears:

Backend Runs the Saved Version When you click Run, the backend executes the last saved version of the workflow graph. If you have unsaved changes, switch to Design Mode, save first, then switch back to Execution Mode. This ensures your latest changes are included in the execution.

Switching Back to Design

Click Design in the mode selector to return to the editing view. If an execution is still running, a prompt asks whether to cancel it or let it continue in the background while you edit. If you let it continue, you can switch back to Execution Mode to resume monitoring.