Skip to content

Commit 5278b1f

Browse files
author
Donna-Marie Smith
committed
changes following PO Review
1 parent ffedb02 commit 5278b1f

3 files changed

Lines changed: 26 additions & 19 deletions

File tree

content/en/docs/2025.9/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.9/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/main-panel.md

Lines changed: 23 additions & 19 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

@@ -232,7 +232,7 @@ Available in Editor Modes: `Debug`, `Debug Edit` (if the execution is paused)
232232

233233
Selecting this option will cause the execution token, or the selected execution if there are multiple simultaneous executions, to be moved above the current block.
234234

235-
Note: If multiple blocks have been selected, the `Set Next Block to Execute` action will only apply to the current block.
235+
Note: If multiple blocks have been selected, the `Set Next Block to Execute` action will only apply to the current block. If multiple executions have been selected this option is not available.
236236

237237
See the [Set Next Block to Execute][Set Next Block to Execute tutorial] tutorial for a step-by-step guide.
238238

@@ -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" >}}

data/urls.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,10 +3183,12 @@
31833183
AddNotes = "/docs/tutorials/development/flow-editor/main-panel/#add-notes-to-workspaces"
31843184
AddRemoveBreakpoints = "/docs/tutorials/development/flow-editor/main-panel/#add-and-remove-breakpoints"
31853185
CompareMaster = "/docs/tutorials/development/flow-editor/main-panel/#compare-flow-with-master-version"
3186+
ContextMenus = "/docs/tutorials/development/flow-editor/main-panel/#context-menus"
31863187
CutCopyPasteDelete = "/docs/tutorials/development/flow-editor/main-panel/#cut-copy-paste-and-delete-objects"
31873188
DeleteFlow = "/docs/tutorials/development/flow-editor/main-panel/#delete-flow"
31883189
EditFlow = "/docs/tutorials/development/flow-editor/main-panel/#edit-flow-and-continue-debugging"
31893190
GetMaster = "/docs/tutorials/development/flow-editor/main-panel/#get-master-version-of-flow"
3191+
MainToolbar = "/docs/tutorials/development/flow-editor/main-panel/#main-toolbar"
31903192
RemoveBreakpoints = "/docs/tutorials/development/flow-editor/main-panel/#remove-all-breakpoints"
31913193
SaveCommit = "/docs/tutorials/development/flow-editor/main-panel/#save-and-commit-flow"
31923194
SetNextBlock = "/docs/tutorials/development/flow-editor/main-panel/#set-next-block-to-execute"

0 commit comments

Comments
 (0)