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/overview.md
+30-12Lines changed: 30 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ weight: 1
9
9
10
10
## Summary
11
11
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?].
13
13
14
14
## Anatomy
15
15
@@ -21,11 +21,11 @@ Each of the [Left][], [Right][] and [Bottom][] panels may be manually opened or
21
21
22
22
### Navigation Bar
23
23
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.
25
25
26
26
### Left Panel
27
27
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.
29
29
30
30
### Main Panel
31
31
@@ -40,22 +40,22 @@ The [Right Panel][] consists of 2 or 3 tabs depending on the mode selected:
40
40
41
41
* In `View`, `Edit` or `Debug Edit` mode, the following tabs are available:
42
42
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.
45
45
46
46
* In `Debug` mode, the following tabs are available:
47
47
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.
51
51
52
52
### Bottom Panel
53
53
54
54
The [Bottom Panel][] consists of 3 tabs:
55
55
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?].
59
59
60
60
## See Also
61
61
@@ -65,8 +65,9 @@ The [Bottom Panel][] consists of 3 tabs:
65
65
*[Exceptions][]
66
66
*[Executions][]
67
67
*[Flows][]
68
+
*[Messages][]
68
69
*[Variables][]
69
-
*[Workspaces][TODO]
70
+
*[Workspaces][Workspace Fundamentals]
70
71
71
72
### Related Tutorials
72
73
@@ -80,17 +81,34 @@ The [Bottom Panel][] consists of 3 tabs:
0 commit comments