You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/execution-viewer.md
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,76 @@ linkTitle: "Execution Viewer"
4
4
description: "TODO"
5
5
weight: 30
6
6
---
7
+
8
+
# {{% param title %}}
9
+
10
+
## Summary
11
+
12
+
The Execution Viewer displays the values of the [variables][What is a Variable?] when debugging a [flow][What is a Flow?].
*[Variables Viewer][] - displaying the variables configured for the flow being debugged.
21
+
*[Variables Details Viewer][] - displaying the value of the variable selected in the Variables Viewer.
22
+
23
+
### Variables Viewer
24
+
25
+
The Variables Viewer, at the top of the Execution Viewer, shows the current values of variables containing basic variable types, and the type and structure of collection and complex data type values.
26
+
27
+
In addition to developer defined variables, system defined variables will also be displayed.
28
+
29
+
### Variables Details Viewer
30
+
31
+
The Variables Details Viewer, at the bottom of the Execution Viewer, shows the name and data type of a variable selected in the [Variables Viewer][] as well as it's value, in JSON format. Any collection or complex data types will be expanded to display their contents.
32
+
33
+
It is important to note that the Execution Viewer can only display a JSON representation of Objects and that an object's methods are not displayed.
34
+
35
+
## Actions
36
+
37
+
### View Variables in Variables Viewer
38
+
39
+
To view the variables that have been assigned a value, including a NULL value, that are currently in scope, simply select the execution of interest and click on the Variables tab on the [Right Panel][].
40
+
41
+
Variables that have not been assigned a value or are out of scope will not be displayed.
42
+
43
+
See the [Execution Viewer][Execution Viewer tutorial] tutorial for a step-by-step guide.
44
+
45
+
### View the Detail of the Value in a Variable
46
+
47
+
Click on a variable in the Variables Viewer to view the detail of a value, displayed in JSON format, contained in a variable. The detail of collection and complex data types will only the expanded in JSON form in the Variables Details Viewer if the execution is paused.
48
+
49
+
See the [Execution Viewer][Execution Viewer tutorial] tutorial for a step-by-step guide.
50
+
51
+
## Remarks
52
+
53
+
### Known Limitations
54
+
55
+
* The Variables Details Viewer only display the JSON representation of the selected value.
56
+
* Dictionaries with keys of data types other than String will be displayed as a String value.
57
+
* The methods of objects will not be displayed.
58
+
* The Variables Details Viewer will only show the expanded contents of collection and complex data types when the execution is paused.
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/property-editor.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ weight: 20
9
9
10
10
## Summary
11
11
12
-
The Property Editor allows for the configuration of the [properties][What is a Block Property?]associated with the [block][What is a Block?] selected in the [Main Panel][].
12
+
The Property Editor displays the [properties][What is a Block Property?]of the currently selected [block][What is a Block?].
13
13
14
14
## Anatomy
15
15
@@ -105,6 +105,12 @@ Click the {{< image src="/images/Flow Editor - Help.png" >}} icon on the Propert
105
105
106
106
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
107
107
108
+
## Remarks
109
+
110
+
### Known Limitations
111
+
112
+
* The Expression Editor does not support the creation of undeclared variables using the Add Variables feature.
113
+
108
114
## See Also
109
115
110
116
### Related Concepts
@@ -124,7 +130,6 @@ See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step
0 commit comments