Skip to content

Commit b7ad7d6

Browse files
author
Donna-Marie Smith
committed
Changes following further PO Review
1 parent 4080fc0 commit b7ad7d6

File tree

10 files changed

+118
-106
lines changed

10 files changed

+118
-106
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See the [Modify the Scope of a Variable][Modify the Scope of a Variable tutorial
7373

7474
### Sort Variables
7575

76-
The variables displayed may be ordered by any of the columns and they may also be filtered, based on the values contained in any column. To sort by a column's values, click the column header, each click will cycle through the sort options in the following order:
76+
The variables displayed may be ordered by any of the columns. To sort by a column's values, click the column header, each click will cycle through the sort options in the following order:
7777

7878
* Ascending
7979
* Descending

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
@@ -45,7 +45,7 @@ The [Right Panel][] consists of 2 or 3 tabs depending on the mode selected:
4545

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

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

@@ -85,7 +85,6 @@ The [Bottom Panel][] consists of 3 tabs:
8585
[Bottom Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.MainDoc" >}}
8686
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
8787
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExceptionsViewer" >}}
88-
[Execution Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer" >}}
8988
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
9089
[Executions Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.ExecutionsGrid" >}}
9190
[Flow Input Variable]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.FlowInputVariable" >}}
@@ -101,6 +100,7 @@ The [Bottom Panel][] consists of 3 tabs:
101100
[Settings Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.SettingsEditor" >}}
102101
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
103102
[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" >}}
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" >}}

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

Lines changed: 0 additions & 80 deletions
This file was deleted.

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
@@ -22,7 +22,7 @@ The Right Panel consists of multiple tabs to allow viewing and editing of [block
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.
25+
* Variables (default) - displays the [Variables Viewer][] showing the values of the [variables][What is a Variable?] when debugging the flow.
2626
* Exceptions - displays the [Exceptions Viewer][] showing details of any exceptions when debugging the flow.
2727
* Settings - displays the [Settings Editor][] to set the values of the input variables used when debugging the flow.
2828

@@ -45,13 +45,13 @@ The Right Panel consists of multiple tabs to allow viewing and editing of [block
4545
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
4646
[Exceptions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Exceptions.MainDoc" >}}
4747
[Exceptions Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExceptionsViewer" >}}
48-
[Execution Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.ExecutionViewer" >}}
4948
[Executions]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Executions.MainDoc" >}}
5049
[Flow Input Variable]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.FlowInputVariable" >}}
5150
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
5251
[Property Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.PropertyEditor" >}}
5352
[Settings Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.SettingsEditor" >}}
5453
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
54+
[Variables Viewer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.RightPanel.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/property-editor.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ The Property Editor allows viewing and editing of the [properties][What is a Blo
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 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

2222
* [Free format literal text][literaltext]
23-
* [input][]
24-
* [output][]
25-
* [inputoutput][]
23+
* [Input][]
24+
* [Output][]
25+
* [InputOutput][]
2626

27-
Each property type, apart from the free format literal text, uses one or more property editors. If a property can be configured by using more than one editor type, clicking on the editor symbol will cycle though the alternative editor types; if only one editor type is available the editor symbol will be greyed out.
27+
Each property type, apart from the free format literal text, uses one or more [property editors][]. If a property can be configured by using more than one editor type, clicking on the editor symbol will cycle though the alternative editor types; if only one editor type is available the editor symbol will be greyed out.
2828

2929
To the right of the property name, the ellipsis enables the developer to change the data type that this input property accepts.
3030

@@ -34,32 +34,32 @@ To the right of the property name, the ellipsis enables the developer to change
3434

3535
The free format literal text property is used for the description of the block.
3636

37-
#### input
37+
#### Input
3838

39-
`input` type properties supply a value to be used by a functional block and use either:
39+
[Input properties][] supply a value to be used by a block and use either:
4040

4141
* The Expression Editor {{< image src="/images/Flow Editor - Expression Editor.png" >}}
4242
* The Variable Editor {{< image src="/images/Flow Editor - Variable Editor.png" >}}
4343
* The Literal Editor {{< image src="/images/Flow Editor - Literal Editor.png" >}}
4444

45-
#### output
45+
#### Output
4646

47-
`output` type properties store a value generated by a functional block and use either:
47+
[Output properties][] store a value generated by a block and use either:
4848

4949
* The Expression Editor {{< image src="/images/Flow Editor - Expression Editor.png" >}}
5050
* The Variable Editor {{< image src="/images/Flow Editor - Variable Editor.png" >}}
5151

52-
#### inputoutput
52+
#### InputOutput
5353

54-
`inputoutput` type properties supply a value to be used by a functional block and then store a value generated by the functional block to the same variable and only use the Variable Editor {{< image src="/images/Flow Editor - Variable Editor.png" >}}.
54+
[InputOutput properties][] supply a value to be used by a block and then store a value generated by the block to the same variable and only use the Variable Editor {{< image src="/images/Flow Editor - Variable Editor.png" >}}.
5555

5656
### Show Advanced Properties
5757

58-
Many objects have Advanced Properties, which do not need to be configured for normal use and are normally hidden to avoid clutter. The {{< image src="/images/Flow Editor - Show Advanced Properties.png" >}} icon displays them and then changes to {{< image src="/images/Flow Editor - Hide Advanced Properties.png" >}} to hide them.
58+
Many objects have [advanced properties][], which do not need to be configured for normal use and are normally hidden to avoid clutter. The {{< image src="/images/Flow Editor - Show Advanced Properties.png" >}} icon displays them and then changes to {{< image src="/images/Flow Editor - Hide Advanced Properties.png" >}} to hide them.
5959

6060
### Add Variables
6161

62-
The {{< image src="/images/Flow Editor - Add Variables.png" >}} icon enables the bulk creation of any undeclared variables referenced in any of the [block’s properties][What is a Block Property?] Variable Editor. This provides for an easy way to declare new variables used by the object without having to individually create them in the Variables Grid.
62+
The {{< image src="/images/Flow Editor - Add Variables.png" >}} icon enables the bulk creation of any undeclared [variables][What is a Variable?] referenced in any of the block’s properties Variable Editor. This provides for an easy way to declare new variables used by the block without having to individually create them in the [Variables Grid][].
6363

6464
### Help
6565

@@ -101,7 +101,7 @@ See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step
101101

102102
### Add Variables
103103

104-
Click the {{< image src="/images/Flow Editor - Add Variables.png" >}} icon on the Property Editor’s title bar to automatically create all uncreated variables that have been referenced in the any of the object’s properties that are using the Variable Editor.
104+
Click the {{< image src="/images/Flow Editor - Add Variables.png" >}} icon on the Property Editor’s title bar to automatically create all uncreated variables that have been referenced in the any of the block's properties that are using the Variable Editor.
105105

106106
This action will also open the Variables Grid in the [Bottom Panel][].
107107

@@ -137,11 +137,18 @@ See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step
137137
[inputoutput]: {{< ref "#inputoutput" >}}
138138
[output]: {{< ref "#output" >}}
139139

140+
[advanced properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.AdvancedProperties.MainDoc" >}}
140141
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
141142
[Bottom Panel]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.MainDoc" >}}
143+
[Input properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}}
144+
[InputOutput properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.InputOutput" >}}
145+
[Output properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Output" >}}
146+
[property editors]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.PropertyEditors.MainDoc" >}}
142147
[Property Editor tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.RightPanel.PropertyEditor" >}}
143148
[Variables]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.MainDoc" >}}
149+
[Variables Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.BottomPanel.VariablesGrid" >}}
144150
[What is a Block?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}}
145151
[What is a Block Property?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.MainDoc" >}}
152+
[What is a Variable?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Variables.WhatIsAVariable.MainDoc" >}}
146153
[What is a Workspace?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.WhatIsAWorkspace.MainDoc" >}}
147154
[Workspaces]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.MainDoc" >}}

0 commit comments

Comments
 (0)