Skip to content

Commit 9fbb72b

Browse files
author
Donna-Marie Smith
committed
added Select an Execution Scribe
1 parent d6a715d commit 9fbb72b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Flows that are `Running` or `Paused` are shown with a green background; flows th
2525

2626
An [execution][What is an Execution?] may be selected by clicking on its row and can be controlled by action icons at the top right of the Executions Grid. Multiple executions can be selected using `Ctrl + Click` or `Shift + Click`. Selected executions are indicated with a darker background and the actions available are dependent on the state of the selected executions; greyed-out action icons are not applicable to the selected executions’ state.
2727

28+
See the [Selecting an Execution][Selecting an Execution tutorial] tutorial for a step-by-step guide.
29+
2830
### Continue the Execution
2931

3032
Clicking the {{< image src="/images/Flow Editor - Continue Execution.png" >}} icon causes the selected executions to continue until the flow ends, a breakpoint is reached, or [`Break on exception`][Execution Options] is enabled and an exception has occurred causing the flow to pause. This action is only available for paused executions.
@@ -98,6 +100,7 @@ None
98100
* [Show Initial Flow First or Last][Show Initial Flow First or Last tutorial]
99101

100102
[Continue and Stop the Execution tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.BottomPanel.ContinueStopExecution" >}}
103+
[Selecting an Execution tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.BottomPanel.SelectExecution" >}}
101104
[Show Initial Flow First or Last tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.BottomPanel.ShowFirstLast" >}}
102105
[Step the Execution tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.BottomPanel.StepExecution" >}}
103106
[Stop Tracking and Go To tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.BottomPanel.StopTrackingGoTo" >}}

content/en/docs/2025.11/Tutorials/Development/flow-editor/bottom-panel.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ weight: 50
99

1010
## Executions Grid
1111

12+
### Select an Execution
13+
14+
{{< scribe title="Selecting_Executions_Displayed_in_the_Executions_Grid" id="aupnEzLhQ7yZcQaNScvLeg" >}}
15+
1216
### Continue and Stop the Execution
1317

1418
{{< scribe title="Continue_the_Execution_and_Stop_the_Execution" id="Y1VaqZLTQlaLm6bS5c_jGQ" >}}

0 commit comments

Comments
 (0)