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 @@ -63,6 +63,38 @@ Technical details:
63
63
removed if necessary to allow the tasks to re-run in order.
64
64
65
65
66
+ "Ghost" Tasks
67
+ ^^^^^^^^^^^^^
68
+
69
+ The GUI and Tui now present some tasks in grey:
70
+
71
+ .. image :: ../reference/changes/ghost-tasks.png
72
+ :align: center
73
+ :width: 65%
74
+
75
+ |
76
+
77
+ These are "ghost" tasks, they indicate something is that isn't presently there:
78
+
79
+ * Waiting tasks that the scheduler hasn't moved onto yet (i.e.
80
+ :term: `inactive tasks <active task> ` that are waiting).
81
+ * Tasks which have been removed (i.e. ``cylc remove ``).
82
+ * Tasks which have been triggered in the ``none `` flow, so don't influence
83
+ the evolution of the workflow.
84
+
85
+ They appear in grey, if you click on these tasks, you will see the text
86
+ "Flows: None".
87
+
88
+ This helps to identify waiting :term: `active tasks <active task> `
89
+ (which aren't ghosts).
90
+ These are the tasks which Cylc is currently trying to schedule, but are waiting
91
+ for something, typically:
92
+
93
+ * A task prerequisite to be satisfied.
94
+ * An xtrigger or ext-trigger to be satisfied.
95
+ * Someone to :term: `resume <held task> ` them.
96
+
97
+
66
98
Compatibility Mode
67
99
^^^^^^^^^^^^^^^^^^
68
100
You can’t perform that action at this time.
0 commit comments