File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,31 @@ Technical details:
63
63
removed if necessary to allow the tasks to re-run in order.
64
64
65
65
66
+ Warning Triangles
67
+ ^^^^^^^^^^^^^^^^^
68
+
69
+ The GUI now has warning triangles, these illuminate whenever warnings occur in
70
+ the workflow.
71
+
72
+ * Cylc logs warnings for various things such as task failures, stalled
73
+ workflows, and command errors. You can see these in the workflow log files.
74
+ * When warnings occur, the warning triangle will illuminate for the
75
+ corresponding workflow.
76
+ * Hover over the icon to reveal the warning.
77
+ * Click on the icon to dismiss the warning.
78
+ * If workflows are installed hierarchically, (e.g. the "development" and
79
+ "live" groups in this example), warnings will trickle up the hierarchy
80
+ to make it easier to monitor groups of workflows.
81
+ * A log of all warnings can be found on the Dashboard page (last 10 warnings
82
+ for each workflow).
83
+
84
+ .. image :: ../reference/changes/warning-triangles.gif
85
+ :align: center
86
+ :width: 95%
87
+
88
+ |
89
+
90
+
66
91
"Ghost" Tasks
67
92
^^^^^^^^^^^^^
68
93
You can’t perform that action at this time.
0 commit comments