Skip to content

Commit fe6fc08

Browse files
author
Donna-Marie Smith
committed
Made changes to structure following PO review
1 parent b7ad7d6 commit fe6fc08

File tree

10 files changed

+64
-9
lines changed

10 files changed

+64
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The [Bottom Panel][] consists of 3 tabs:
8484
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
8585
[Bottom Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.MainDoc" >}}
8686
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
87-
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExceptionsViewer" >}}
87+
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.ExceptionsViewer" >}}
8888
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
8989
[Executions Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.ExecutionsGrid" >}}
9090
[Flow Input Variable]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.FlowInputVariable" >}}
@@ -100,7 +100,7 @@ The [Bottom Panel][] consists of 3 tabs:
100100
[Settings Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.SettingsEditor" >}}
101101
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
102102
[Variables Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.VariablesGrid" >}}
103-
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.VariablesViewer" >}}
103+
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.VariablesViewer" >}}
104104
[What is a Block?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}}
105105
[What is a Block Property?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.MainDoc" >}}
106106
[What is a Flow?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.WhatIsAFlow.MainDoc" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Execution Viewer"
3+
linkTitle: "Execution Viewer"
4+
description: "TODO"
5+
weight: 30
6+
---
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: "Overview"
3+
linkTitle: "Overview"
4+
description: "Summary and anatomy of the Execution Viewer."
5+
weight: 10
6+
---
7+
8+
# {{% param title %}}
9+
10+
## Summary
11+
12+
The Execution Viewer consists of two tabs to allow viewing [variable][What is a Variable?] values and details of any [exceptions][What is an Exception?] when debugging a [flow][What is a Flow?].
13+
14+
## Anatomy
15+
16+
{{< figure src="/images/Flow Editor - Execution Viewer.png" title="Execution Viewer" >}}
17+
18+
The two tabs of the Execution Viewer are always available in the right panel when debugging a flow and are:
19+
20+
* Variables (default) - displays the [Variables Viewer][] showing the values of the [variables][What is a Variable?] when debugging the flow.
21+
* Exceptions - displays the [Exceptions Viewer][] showing details of any exceptions when debugging the flow.
22+
23+
## See Also
24+
25+
### Related Concepts
26+
27+
* [Exceptions][]
28+
* [Flows][]
29+
* [Variables][]
30+
31+
### Related Tutorials
32+
33+
* [Execution Viewer][Execution Viewer tutorial]
34+
35+
[Execution Viewer tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.RightPanel.ExecutionViewer" >}}
36+
37+
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
38+
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.ExceptionsViewer" >}}
39+
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
40+
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
41+
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.VariablesViewer" >}}
42+
[What is a Flow?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.WhatIsAFlow.MainDoc" >}}
43+
[What is a Variable?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.MainDoc" >}}
44+
[What is an Exception?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.WhatIsAnException.MainDoc" >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The Right Panel consists of multiple tabs to allow viewing and editing of [block
4444

4545
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
4646
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
47-
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExceptionsViewer" >}}
47+
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.ExceptionsViewer" >}}
4848
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
4949
[Flow Input Variable]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.FlowInputVariable" >}}
5050
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
5151
[Property Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.PropertyEditor" >}}
5252
[Settings Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.SettingsEditor" >}}
5353
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
54-
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.VariablesViewer" >}}
54+
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer.VariablesViewer" >}}
5555
[What is a Block?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}}
5656
[What is a Block Property?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.MainDoc" >}}
5757
[What is a Flow?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.WhatIsAFlow.MainDoc" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Settings Editor"
33
linkTitle: "Settings Editor"
44
description: "Set the values of input variables used when debugging a flow."
5-
weight: 50
5+
weight: 40
66
---
77

88
# {{% param title %}}

content/en/docs/2025.3/Tutorials/Development/flow-editor/right-panel.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ weight: 40
1010
## Property Editor
1111
{{< scribe title="Property_Editor" id="OT-FhbkGRLqjew0CPeDKXA" >}}
1212

13-
## Variables Viewer
13+
## Execution Viewer
14+
15+
### Variables Viewer
1416

1517
{{< scribe title="Execution_Viewer" id="sK8g3XG0Q5qG1JOpw1MBJA" >}}
1618

17-
## Exceptions Viewer
19+
### Exceptions Viewer
1820

1921
{{< scribe title="Exceptions_Viewer" id="t0YyBLq3S-6vHawaGQ0ChQ" >}}
2022

44.4 KB
Loading

data/urls.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,10 +983,12 @@
983983
BreadcrumbTrail = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/navigation-bar/#breadcrumb-trail"
984984
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel]
985985
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel"
986-
ExceptionsViewer = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/exceptions-viewer"
987-
VariablesViewer = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/variables-viewer"
988986
PropertyEditor = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/property-editor"
989987
SettingsEditor = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/settings-editor"
988+
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer]
989+
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/execution-viewer"
990+
ExceptionsViewer = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/execution-viewer/exceptions-viewer"
991+
VariablesViewer = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/execution-viewer/variables-viewer"
990992

991993
[Cortex.Reference]
992994
MainDoc = "/docs/reference/"
@@ -2882,6 +2884,7 @@
28822884
[Cortex.Tutorials.Development.FlowEditor.RightPanel]
28832885
MainDoc = "/docs/tutorials/development/flow-editor/right-panel"
28842886
ExceptionsViewer = "/docs/tutorials/development/flow-editor/right-panel/#exceptions-viewer"
2887+
ExecutionViewer = "/docs/tutorials/development/flow-editor/right-panel/#execution-viewer"
28852888
VariablesViewer = "/docs/tutorials/development/flow-editor/right-panel/#variables-viewer"
28862889
PropertyEditor = "/docs/tutorials/development/flow-editor/right-panel/#property-editor"
28872890
SettingsEditor = "/docs/tutorials/development/flow-editor/right-panel/#settings-editor"

0 commit comments

Comments
 (0)