Skip to content

Commit 6b93499

Browse files
author
Donna-Marie Smith
committed
added changes following PO Review
1 parent c292e06 commit 6b93499

2 files changed

Lines changed: 23 additions & 18 deletions

File tree

content/en/docs/2025.11/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/bottom-panel/executions-grid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ None
9393

9494
### Related Tutorials
9595

96+
* [Selecting an Execution][Selecting an Execution tutorial]
9697
* [Continue and Stop the Execution][Continue and Stop the Execution tutorial]
9798
* [Step the Execution][Step the Execution tutorial]
9899
* [Stop Tracking and Go To][Stop Tracking and Go To tutorial]

content/en/docs/2025.11/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/main-panel.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ See the [Add Notes to Workspaces][Add Notes to Workspaces tutorial] tutorial for
176176

177177
Available in Editor Modes: `Edit`, `Debug Edit` (if an object has been copied or cut to the {{% ctx %}} clipboard)
178178

179-
Selecting this option will paste a copy of the clipboard on to the workspace at the cursor’s location.
179+
Selecting this option, or pressing `Ctrl+V` on the keyboard, will paste a copy of the clipboard on to the workspace at the cursor’s location.
180180

181181
See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial] tutorial for a step-by-step guide.
182182

@@ -194,7 +194,7 @@ See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Object
194194

195195
Available in Editor Modes: `Edit`, `Debug Edit`
196196

197-
Selecting this option, or pressing `Ctrl+X` on the keyboard, will copy the selected blocks and their configurations, plus any connections between the selected blocks, to the {{% ctx %}} clipboard and remove them from the Workspace. This allows the selected blocks and connections to be moved to any workspace of any flow open in the Flow Editor.
197+
Selecting this option, or pressing `Ctrl+X` on the keyboard, will copy the selected blocks and their configurations, plus any connections between the selected blocks, to the {{% ctx %}} clipboard and remove them from the workspace. This allows the selected blocks and connections to be moved to any workspace of any flow open in the Flow Editor.
198198

199199
See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial] tutorial for a step-by-step guide.
200200

@@ -255,34 +255,38 @@ See the [Set Next Block to Execute][Set Next Block to Execute tutorial] tutorial
255255

256256
### Related Tutorials
257257

258-
* [Undo and Redo Changes][Undo and Redo Changes tutorial]
259-
* [Start an Execution][Start an Execution tutorial]
260-
* [Edit Flow and Continue Debugging][Edit Flow and Continue Debugging tutorial]
261-
* [Remove All Breakpoints][Remove All Breakpoints tutorial]
262-
* [Save and Commit Flow][Save and Commit Flow tutorial]
263-
* [Get Master Version of Flow][Get Master Version of Flow tutorial]
264-
* [Compare Flow with Master Version][Compare Flow with Master Version tutorial]
265-
* [Delete Flow][Delete Flow tutorial]
266-
* [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial]
267-
* [Add and Remove Breakpoints][Add and Remove Breakpoints tutorial]
268-
* [Set Next Block to Execute][Set Next Block to Execute tutorial]
269-
* [Add Notes to Workspaces][Add Notes to Workspaces tutorial]
258+
* [Main Toolbar][Main Toolbar Actions tutorials]
259+
* [Undo and Redo Changes][Undo and Redo Changes tutorial]
260+
* [Start an Execution][Start an Execution tutorial]
261+
* [Edit Flow and Continue Debugging][Edit Flow and Continue Debugging tutorial]
262+
* [Remove All Breakpoints][Remove All Breakpoints tutorial]
263+
* [Save and Commit Flow][Save and Commit Flow tutorial]
264+
* [Get Master Version of Flow][Get Master Version of Flow tutorial]
265+
* [Compare Flow with Master Version][Compare Flow with Master Version tutorial]
266+
* [Delete Flow][Delete Flow tutorial]
267+
* [Context Menus][Context Menu tutorials]
268+
* [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial]
269+
* [Add and Remove Breakpoints][Add and Remove Breakpoints tutorial]
270+
* [Set Next Block to Execute][Set Next Block to Execute tutorial]
271+
* [Add Notes to Workspaces][Add Notes to Workspaces tutorial]
270272

271273
[Main Toolbar]: {{< ref "#main-toolbar" >}}
272274
[workspaces]: {{< ref "#workspaces" >}}
273275

276+
[Add Notes to Workspaces tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.AddNotes" >}}
277+
[Add and Remove Breakpoints tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.AddRemoveBreakpoints" >}}
274278
[Compare Flow with Master Version tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.CompareMaster" >}}
279+
[Context Menu tutorials]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.ContextMenus" >}}
280+
[Cut, Copy, Paste and Delete Objects tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.CutCopyPasteDelete" >}}
275281
[Delete Flow tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.DeleteFlow" >}}
276282
[Edit Flow and Continue Debugging tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.EditFlow" >}}
277283
[Get Master Version of Flow tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.GetMaster" >}}
284+
[Main Toolbar Actions tutorials]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.MainToolbar" >}}
278285
[Remove All Breakpoints tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.RemoveBreakpoints" >}}
279286
[Save and Commit Flow tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.SaveCommit" >}}
287+
[Set Next Block to Execute tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.SetNextBlock" >}}
280288
[Start an Execution tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.StartExecution" >}}
281289
[Undo and Redo Changes tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.UndoRedo" >}}
282-
[Add Notes to Workspaces tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.AddNotes" >}}
283-
[Cut, Copy, Paste and Delete Objects tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.CutCopyPasteDelete" >}}
284-
[Add and Remove Breakpoints tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.AddRemoveBreakpoints" >}}
285-
[Set Next Block to Execute tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.MainPanel.SetNextBlock" >}}
286290

287291
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
288292
[breadcrumb trail]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.NavigationBar.BreadcrumbTrail" >}}

0 commit comments

Comments
 (0)