File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ you would need to perform with Cylc 8.2 and 8.3 side-by-side.
51
51
52
52
.. list-table ::
53
53
:class: grid-table
54
+ :widths: 50 50
54
55
55
56
* - **Cylc 8.2 ** (set-outputs)
56
57
- **Cylc 8.3 ** (set)
@@ -88,6 +89,37 @@ workflows which would previously have caused it to time out.
88
89
.. image :: changes/tui-1.gif
89
90
:width: 100%
90
91
92
+
93
+ N-Window selector in the GUI
94
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
+
96
+ The :term: `n-window ` determines how much of a workflow is visible in the GUI / Tui.
97
+
98
+ The ``n=0 `` window contains only the active tasks
99
+ (i.e. queued, preparing, submitted or running tasks).
100
+
101
+ The ``n=1 `` window, also contains tasks one "edge" out from active tasks
102
+ (i.e. the tasks immediately upstream or downstream of active tasks).
103
+
104
+ The ``n=2 `` window, also contains tasks two "edges" out from active tasks,
105
+ and so on.
106
+
107
+ It is now possible to change the window extent in the GUI via a button in the
108
+ toolbar allowing you to see tasks further back in the workflow's history.
109
+
110
+ .. image :: changes/gui-n-window-selector.gif
111
+ :width: 100%
112
+
113
+ .. note ::
114
+
115
+ This is currently a per-workflow setting so changing the n-window in one
116
+ browser tab will also change it in other browser tabs and Tui sessions.
117
+
118
+ .. warning ::
119
+
120
+ Using high n-window values with complex workflows may have performance
121
+ impacts.
122
+
91
123
----------
92
124
93
125
Cylc 8.2
You can’t perform that action at this time.
0 commit comments