Skip to content

Commit dad5b7a

Browse files
author
Donna-Marie Smith
committed
Changes following PO Review
1 parent 7fdfa2a commit dad5b7a

File tree

9 files changed

+19
-21
lines changed

9 files changed

+19
-21
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
22
title: "Left Panel"
33
linkTitle: "Left Panel"
4-
description: "Develop flows using the Palettes."
4+
description: "Browse, search and use available blocks."
55
weight: 20
66
---
77

88
# {{% param title %}}
99

1010
## Summary
1111

12-
The Left Panel shows the Palettes, which is automatically opened when working in Edit or Debug Edit modes.
12+
The Left Panel shows the Palettes containing [blocks][What is a Block?] that can be used to construct a [flow][What is a Flow?] and is automatically opened when working in Edit or Debug Edit modes.
1313

1414
## Anatomy
1515

1616
{{< figure src="/images/Flow Editor - Left Panel.png" title="Left Panel" >}}
1717

18-
The Left Panel shows the Palettes containing [blocks][What is a Block?] that can be used to construct a [flow][What is a Flow?].
19-
2018
The Palettes group blocks with similar themes, and many of the blocks in a palette look similar but perform slightly different functions; the actual function that a block performs is shown in text, next to the block icon.
2119

2220
## Actions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Main Panel"
33
linkTitle: "Main Panel"
4-
description: "Develop, test and debug flows in the Flow Editor."
4+
description: "View, edit and debug flows."
55
weight: 30
66
---
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Navigation Bar"
33
linkTitle: "Navigation Bar"
4-
description: "Navigate between open flows in the Flow Editor."
4+
description: "Navigate between open flows and workspaces."
55
weight: 10
66
---
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Right Panel"
33
linkTitle: "Right Panel"
4-
description: "Set the values of input variables and view execution information when debugging flows."
4+
description: "Set the values of block properties and input variables, and view execution information when debugging flows."
55
weight: 40
66
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Exceptions Viewer"
33
linkTitle: "Exceptions Viewer"
4-
description: "View details of any exceptions during flow debugging."
5-
weight: 50
4+
description: "View details of any exceptions that occur when debugging a flow."
5+
weight: 40
66
---
77

88
# {{% param title %}}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
22
title: "Overview"
33
linkTitle: "Overview"
4-
description: "Summary and Anatomy of the Right Panel."
4+
description: "Summary and anatomy of the Right Panel."
55
weight: 10
66
---
77

88
# {{% param title %}}
99

1010
## Summary
1111

12-
The Right Panel consists of multiple tabs to allow the setting of values of [input variables][Flow Input Variable], viewing [block properties][What is a Block Property?] and the values of [variables][What is a Variable?] used when debugging.
12+
The Right Panel consists of multiple tabs to allow viewing and editing of [block properties][What is a Block Property?], as well as viewing [variable][What is a Variable?] values, details of any [exceptions][What is an Exception?], and setting [input variables][Flow Input Variable] used when debugging a [flow][What is a Flow?].
1313

1414
## Anatomy
1515

1616
{{< figure src="/images/Flow Editor - Right Panel.png" title="Right Panel" >}}
1717

1818
* In `View`, `Edit` or `Debug Edit` mode, the following tabs are available:
1919

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

2323
* In `Debug` mode, the following tabs are available:
2424

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

2929
## See Also
3030

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: "Property Editor"
33
linkTitle: "Property Editor"
4-
description: "View the properties of a block selected in the Main Panel."
4+
description: "View and edit the properties of a selected block."
55
weight: 20
66
---
77

88
# {{% param title %}}
99

1010
## Summary
1111

12-
The Property Editor displays the [properties][What is a Block Property?] of the currently selected [block][What is a Block?].
12+
The Property Editor allows viewing and editing of the [properties][What is a Block Property?] for the currently selected [block][What is a Block?].
1313

1414
## Anatomy
1515

1616
{{< figure src="/images/Flow Editor - Property Editor.png" title="Property Editor" >}}
1717

18-
The Property Editor is automatically opened when a [block][What is a Block?] on the [Workspace][What is a Workspace?] is selected; however, it may be manually opened, or closed, any time by clicking the Open/Close handle or resized by dragging the handle left or right.
18+
The Property Editor is automatically opened when a [block][What is a Block?] on the [workspace][What is a Workspace?] is selected; however, it may be manually opened, or closed, any time by clicking the Open/Close handle or resized by dragging the handle left or right.
1919

2020
Every block has one or more properties, which can be one of the following types:
2121

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

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

88
# {{% param title %}}
1.36 KB
Loading

0 commit comments

Comments
 (0)