Skip to content

Commit 7fdfa2a

Browse files
author
Donna-Marie Smith
committed
Finished Reviewing Main Panel
1 parent 1fa2367 commit 7fdfa2a

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

  • content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To the right of the Main Toolbar the current editor mode is displayed, and can h
3030

3131
### Workspaces
3232

33-
A [workspace][What is a Workspace?] is an object that contains a canvas, onto which blocks, drawn from the Palettes may be placed and connected to define the logic of a flow. Every flow has a top-level workspace, from where the flow execution will start; additional workspace blocks may be added from the Palettes to direct the flow execution to execute the logic contained in that workspace.
33+
A [workspace][What is a Workspace?] is an object that contains a canvas, onto which blocks, drawn from the Palettes may be placed and connected to define the logic of a flow. Every flow has a top-level workspace, from where the flow [execution][What is an Execution?] will start; additional workspace blocks may be added from the Palettes to direct the flow execution to execute the logic contained in that workspace.
3434

3535
The canvas of the flow’s top-level workspace is always present in the Main Panel, along with any of the flow’s additional workspaces that have been opened. The canvas will automatically increase in size as blocks are added or moved as necessary. If the workspace becomes too large to be viewed in its entirety in the Main Panel, scroll bars will be automatically added.
3636

@@ -53,15 +53,15 @@ When a new workspace is created, it is initially given the default name of `Unti
5353

5454
Available in Editor Modes: `Edit`, `Debug Edit`
5555

56-
The {{< image src="/images/Flow Editor - Undo.png" >}} icon allows the developer to undo any changes made to the flow.
56+
The {{< image src="/images/Flow Editor - Undo.png" >}} icon allows the developer to undo changes made to the flow.
5757

5858
See the [Undo and Redo Changes][Undo and Redo Changes tutorial] tutorial for a step-by-step guide.
5959

6060
### Redo
6161

6262
Available in Editor Modes: `Edit`, `Debug Edit`
6363

64-
The {{< image src="/images/Flow Editor - Redo.png" >}} icon allows the developer to redo any changes undone by the Undo command.
64+
The {{< image src="/images/Flow Editor - Redo.png" >}} icon allows the developer to redo changes undone by the Undo command.
6565

6666
See the [Undo and Redo Changes][Undo and Redo Changes tutorial] tutorial for a step-by-step guide.
6767

@@ -77,9 +77,9 @@ See the [Start an Execution][Start an Execution tutorial] tutorial for a step-by
7777

7878
Available in Editor Modes: `View`, `Edit`, `Debug`
7979

80-
The {{< image src="/images/Flow Editor - Execution Options.png" >}} dropdown enables the developer to change the settings that are used when debugging the flow in the Flow Editor. One, multiple or no options can be selected:
80+
The {{< image src="/images/Flow Editor - Execution Options.png" >}} dropdown enables the developer to change the options that are used when debugging the flow in the Flow Editor. One, multiple or no options can be selected:
8181

82-
* `Show execution on workspace` - Forces an icon to be displayed, identifying the position of the flow being debugged, on the workspace, enabling the flow developer to track the execution progress.
82+
* `Show execution on workspace` - Displays an icon on the workspace, identifying the position of the flow being debugged, enabling the flow developer to track the execution progress.
8383
* `Break on exception` - causes the flow execution to be paused if an [exception][What is an Exception?] occurs.
8484

8585
See the [Start an Execution][Start an Execution tutorial] tutorial for a step-by-step guide.
@@ -88,7 +88,7 @@ See the [Start an Execution][Start an Execution tutorial] tutorial for a step-by
8888

8989
Available in Editor Modes: `Debug` (if user has [`Edit`][Edit] permissions)
9090

91-
The {{< image src="/images/Flow Editor - Edit Flow.png" >}} icon causes an flow that is being debugged to pause and then change the editor mode to `Debug Edit`.
91+
The {{< image src="/images/Flow Editor - Edit Flow.png" >}} icon causes a flow that is being debugged to pause and then changes the editor mode to `Debug Edit`.
9292

9393
See the [Edit Flow and Continue Debugging][Edit Flow and Continue Debugging tutorial] tutorial for a step-by-step guide.
9494

@@ -112,37 +112,35 @@ See the [Remove All Breakpoints][Remove All Breakpoints tutorial] tutorial for a
112112

113113
Available in Editor Modes: `Edit`, `Debug Edit`
114114

115-
The {{< image src="/images/Flow Editor - Save.png" >}} icon performs a manual save of any changes made to the flow to the developer’s local repository.
115+
The {{< image src="/images/Flow Editor - Save.png" >}} icon saves any changes made to the flow to the developer’s local repository.
116116

117117
See the [Save and Commit Flow][Save and Commit Flow tutorial] tutorial for a step-by-step guide.
118118

119-
### Commit
119+
### Commit Flow
120120

121121
Available in Editor Modes: `Edit`, `Debug Edit`
122122

123-
The {{< image src="/images/Flow Editor - Commit.png" >}} icon performs a save of any changes and then sends a copy of the flow, without any breakpoints, to the Master Repository. This makes this version of the flow the Master Version, which can be accessed by others with relevant permissions. An asterisk (*) indicates that the locally saved version of the flow has not been committed.
123+
The {{< image src="/images/Flow Editor - Commit.png" >}} icon saves any changes to the developer's local repository and commits a copy of the flow, without any breakpoints, to the Master Repository. This makes this version of the flow the Master Version, which can be accessed by others with relevant permissions. An asterisk (*) next to the icon indicates that the locally saved version of the flow has not been committed.
124124

125125
See the [Save and Commit Flow][Save and Commit Flow tutorial] tutorial for a step-by-step guide.
126126

127-
### Get Master Version
127+
### Get the Master Version of this Flow
128128

129129
Available in Editor Modes: `View`, `Edit`, `Debug Edit`
130130

131-
The {{< image src="/images/Flow Editor - Get Master.png" >}} icon retrieves the Master Version of the flow from the Master Repository and saves it to the developer's local repository, overwriting the version currently being edited. An asterisk (*) indicates that someone else has made changes to the Master version, which differs from your local version of the flow.
132-
133-
If Get Master is used when in `View` editor mode, the Master Version of the flow will overwrite the saved version in the user’s local repository.
131+
The {{< image src="/images/Flow Editor - Get Master.png" >}} icon retrieves the Master Version of the flow from the Master Repository and saves it to the developer's local repository, overwriting the version currently being viewed or edited. An asterisk (*) next to the icon indicates that someone else has made changes to the Master version, which differs from the local version of the flow.
134132

135133
See the [Get Master Version of Flow][Get Master Version of Flow tutorial] tutorial for a step-by-step guide.
136134

137135
### Compare Flow with Master Version
138136

139137
Available in Editor Modes: `View`, `Edit`, `Debug`, `Debug Edit`
140138

141-
The {{< image src="/images/Flow Editor - Compare with Master.png" >}} icon saves the flow to the developer’s local repository and then opens a new browser window that displays the local version of the flow alongside the Master Version of the flow in the Master Repository, highlighting any differences.
139+
The {{< image src="/images/Flow Editor - Compare with Master.png" >}} icon saves the flow to the developer’s local repository and opens a new browser window that displays the local version of the flow alongside the Master Version of the flow in the Master Repository, highlighting any differences.
142140

143141
See the [Compare Flow with Master Version][Compare Flow with Master Version tutorial] tutorial for a step-by-step guide.
144142

145-
### Delete Flow
143+
### Delete
146144

147145
Available in Editor Modes: `Edit`, `Debug Edit`
148146

@@ -162,6 +160,7 @@ None
162160

163161
* [Blocks][]
164162
* [Exceptions][]
163+
* [Executions][]
165164
* [Flows][]
166165
* [Variables][]
167166
* [Workspaces][Workspace Fundamentals]
@@ -193,6 +192,7 @@ None
193192
[breadcrumb trail]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.NavigationBar.BreadcrumbTrail" >}}
194193
[Edit]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.Edit" >}}
195194
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
195+
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
196196
[Executions in Development]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.ExecutionsInDevelopment.MainDoc" >}}
197197
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
198198
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
@@ -204,4 +204,5 @@ None
204204
[What is a Variable?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.MainDoc" >}}
205205
[What is a Workspace?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.WhatIsAWorkspace.MainDoc" >}}
206206
[What is an Exception?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.WhatIsAnException.MainDoc" >}}
207+
[What is an Execution?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.WhatIsAnExecution.MainDoc" >}}
207208
[Workspace Fundamentals]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.MainDoc" >}}

0 commit comments

Comments
 (0)