File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed
user-guide/writing-workflows Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 82
82
The Tui (terminal user interface) is a command line version of the Gui.
83
83
You can use it to monitor and control your workflows.
84
84
85
- There has been a major update to Tui at Cylc 8.3.0, you can now use Tui to
86
- browse your installed workflows. Tui is also able to keep up with larger
87
- workflows which would previously have caused it to time out.
85
+ There has been a major update to Tui at Cylc 8.3.0:
86
+
87
+ * Larger workflows will no longer cause Tui to time out.
88
+ * You can now browse all your workflows including stopped workflows.
89
+ * You can monitor multiple workflows at the same time.
90
+ * The workflow and job logs are now available from within Tui.
88
91
89
92
.. image :: changes/tui-1.gif
90
93
:width: 100%
@@ -120,6 +123,15 @@ toolbar allowing you to see tasks further back in the workflow's history.
120
123
Using high n-window values with complex workflows may have performance
121
124
impacts.
122
125
126
+
127
+ Group by cycle point in the graph view
128
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129
+
130
+ The graph view now has an option to group tasks by cycle point.
131
+
132
+ .. image :: changes/cylc-graph-group-by-cycle-point.png
133
+ :width: 100%
134
+
123
135
----------
124
136
125
137
Cylc 8.2
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ The ``flow.cylc`` File
10
10
11
11
Cylc workflows are defined in :cylc:conf: `flow.cylc ` files that specify the
12
12
tasks to be managed by the Cylc scheduler, the dependencies between them,
13
- and the schedules to run time on .
13
+ and the schedules to run them to .
14
14
15
- General file syntax is described in the :ref: `File Format Reference
15
+ The `` .cylc `` file syntax is described in the :ref: `File Format Reference
16
16
<file-format>`.
17
17
18
- Legal configuration settings are documented in :ref: `workflow-configuration `.
18
+ The configurations you can use are documented in :ref: `workflow-configuration `.
19
19
20
20
.. _template processors : https://en.wikipedia.org/wiki/Template_processor
21
21
@@ -48,7 +48,7 @@ A Cylc :term:`source directory` contains:
48
48
the scheduler and job execution environments. It can be used by:
49
49
50
50
- Tasks
51
- - Custom :ref: `job submission modules <CustomJobSubmissionMethods >`
51
+ - Custom :ref: `job runners <CustomJobSubmissionMethods >`
52
52
- Custom :ref: `Jinja2 Filters<CustomJinja2Filters> `
53
53
54
54
Other files and folders may be placed in the :term: `source directory ` too:
You can’t perform that action at this time.
0 commit comments