Skip to content

Commit e817bd8

Browse files
author
Donna-Marie Smith
committed
Modified Overview following review
1 parent 29f2b33 commit e817bd8

2 files changed

Lines changed: 31 additions & 13 deletions

File tree

  • content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Flow Editor"
33
linkTitle: "Flow Editor"
4-
description: "Create, view, edit and debug flows in {{% ctx %}} Gateway."
4+
description: "View, edit and debug flows in {{% ctx %}} Gateway."
55
weight: 1
66
---

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

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 1
99

1010
## Summary
1111

12-
The Flow Editor page allows you to view, edit and debug flows.
12+
The Flow Editor page allows you to view, edit and debug [flows][What is a Flow?].
1313

1414
## Anatomy
1515

@@ -21,11 +21,11 @@ Each of the [Left][], [Right][] and [Bottom][] panels may be manually opened or
2121

2222
### Navigation Bar
2323

24-
The [Navigation Bar][] is always visible at the top of the page and provides information about the currently selected workspace, navigation between simultaneously opened flows, and access to online help.
24+
The [Navigation Bar][] is always visible at the top of the page and provides information about the currently selected [workspace][What is a Workspace?], navigation between simultaneously opened flows, and access to online help.
2525

2626
### Left Panel
2727

28-
The [Left Panel][] shows the Palettes of available blocks, which are used during flow development. It is automatically opened during Edit mode.
28+
The [Left Panel][] shows the Palettes of available [blocks][What is a Block?], which are used during flow development. It is automatically opened during Edit mode.
2929

3030
### Main Panel
3131

@@ -40,22 +40,22 @@ The [Right Panel][] consists of 2 or 3 tabs depending on the mode selected:
4040

4141
* In `View`, `Edit` or `Debug Edit` mode, the following tabs are available:
4242

43-
* Properties (default) - displays the [Property Editor][] showing the properties of the currently selected block.
44-
* Settings - displays the [Settings Editor][] to set the values of the [input variables][] used when debugging the flow.
43+
* Properties (default) - displays the [Property Editor][] showing the [properties][What is a Block Property?] of the currently selected block.
44+
* Settings - displays the [Settings Editor][] to set the values of the [input variables][Flow Input Variable] used when debugging the flow.
4545

4646
* In `Debug` mode, the following tabs are available:
4747

48-
* Variables (default) - displays the [Execution Viewer][] showing the values of the variables when debugging the flow.
49-
* Exceptions - displays the [Exceptions Viewer][] showing details of any exceptions when debugging the flow.
50-
* Settings - displays the [Settings Editor][] to set the values of the [input variables][] used when debugging the flow.
48+
* Variables (default) - displays the [Execution Viewer][] showing the values of the [variables][What is a Variable?] when debugging the flow.
49+
* Exceptions - displays the [Exceptions Viewer][] showing details of any [exceptions][What is an Exception?] when debugging the flow.
50+
* Settings - displays the [Settings Editor][] to set the values of the [input variables][Flow Input Variable] used when debugging the flow.
5151

5252
### Bottom Panel
5353

5454
The [Bottom Panel][] consists of 3 tabs:
5555

56-
* Executions (default) - displays the [Executions Grid][] listing current executions being debugged by the user.
57-
* Messages - displays the [Messages Grid][] listing issues preventing the flow from being debugged.
58-
* Variables - displays the [Variables Grid][] enabling the management of variables.
56+
* Executions (default) - displays the [Executions Grid][] listing current [executions][What is an Execution?] being debugged by the user.
57+
* Messages - displays the [Messages Grid][] listing [issues][What is a Message?] preventing the flow from being debugged.
58+
* Variables - displays the [Variables Grid][] enabling the management of [variables][What is a Variable?].
5959

6060
## See Also
6161

@@ -65,8 +65,9 @@ The [Bottom Panel][] consists of 3 tabs:
6565
* [Exceptions][]
6666
* [Executions][]
6767
* [Flows][]
68+
* [Messages][]
6869
* [Variables][]
69-
* [Workspaces][TODO]
70+
* [Workspaces][Workspace Fundamentals]
7071

7172
### Related Tutorials
7273

@@ -80,17 +81,34 @@ The [Bottom Panel][] consists of 3 tabs:
8081
[Right]: {{< ref "#right-panel" >}}
8182
[Bottom]: {{< ref "#bottom-panel" >}}
8283

84+
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
85+
[Block Properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.MainDoc" >}}
8386
[Bottom Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.MainDoc" >}}
87+
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
8488
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExceptionsViewer" >}}
8589
[Execution Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer" >}}
90+
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
8691
[Executions Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.ExecutionsGrid" >}}
92+
[Flow Input Variable]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.FlowInputVariable" >}}
93+
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
8794
[Left Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.LeftPanel.MainDoc" >}}
8895
[Main Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainPanel.MainDoc" >}}
8996
[Main Toolbar]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainPanel.MainToolbar" >}}
97+
[Messages]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Messages.MainDoc" >}}
9098
[Messages Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.MessagesGrid" >}}
9199
[Navigation Bar]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.NavigationBar.MainDoc" >}}
92100
[Property Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.PropertyEditor" >}}
93101
[Right Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.MainDoc" >}}
94102
[Settings Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.SettingsEditor" >}}
103+
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
95104
[Variables Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.VariablesGrid" >}}
105+
[What is a Block?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}}
106+
[What is a Block Property?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.MainDoc" >}}
107+
[What is a Flow?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.WhatIsAFlow.MainDoc" >}}
108+
[What is a Message?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Messages.WhatIsAMessage.MainDoc" >}}
109+
[What is a Variable?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.MainDoc" >}}
110+
[What is a Workspace?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.WhatIsAWorkspace.MainDoc" >}}
111+
[What is an Exception?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.WhatIsAnException.MainDoc" >}}
112+
[What is an Execution?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.WhatIsAnExecution.MainDoc" >}}
96113
[Workspaces]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainPanel.Workspaces" >}}
114+
[Workspace Fundamentals]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.MainDoc" >}}

0 commit comments

Comments
 (0)