You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/bottom-panel/executions-grid.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ None
93
93
94
94
### Related Tutorials
95
95
96
+
*[Selecting an Execution][Selecting an Execution tutorial]
96
97
*[Continue and Stop the Execution][Continue and Stop the Execution tutorial]
97
98
*[Step the Execution][Step the Execution tutorial]
98
99
*[Stop Tracking and Go To][Stop Tracking and Go To tutorial]
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/main-panel.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ See the [Add Notes to Workspaces][Add Notes to Workspaces tutorial] tutorial for
176
176
177
177
Available in Editor Modes: `Edit`, `Debug Edit` (if an object has been copied or cut to the {{% ctx %}} clipboard)
178
178
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.
180
180
181
181
See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial] tutorial for a step-by-step guide.
182
182
@@ -194,7 +194,7 @@ See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Object
194
194
195
195
Available in Editor Modes: `Edit`, `Debug Edit`
196
196
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.
198
198
199
199
See the [Cut, Copy, Paste and Delete Objects][Cut, Copy, Paste and Delete Objects tutorial] tutorial for a step-by-step guide.
200
200
@@ -232,7 +232,7 @@ Available in Editor Modes: `Debug`, `Debug Edit` (if the execution is paused)
232
232
233
233
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.
234
234
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.
236
236
237
237
See the [Set Next Block to Execute][Set Next Block to Execute tutorial] tutorial for a step-by-step guide.
238
238
@@ -255,28 +255,36 @@ See the [Set Next Block to Execute][Set Next Block to Execute tutorial] tutorial
255
255
256
256
### Related Tutorials
257
257
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]
270
272
271
273
[Main Toolbar]: {{< ref "#main-toolbar" >}}
272
274
[workspaces]: {{< ref "#workspaces" >}}
273
275
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" >}}
274
278
[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" >}}
0 commit comments