Skip to content

Commit ad5ca17

Browse files
changes: ghost tasks
1 parent c560af9 commit ad5ca17

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/reference/changes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,38 @@ Technical details:
6363
removed if necessary to allow the tasks to re-run in order.
6464

6565

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+
6698
Compatibility Mode
6799
^^^^^^^^^^^^^^^^^^
68100

56.8 KB
Loading

0 commit comments

Comments
 (0)