@@ -38,13 +38,13 @@ Cylc 8.4
38
38
Cylc Remove
39
39
^^^^^^^^^^^
40
40
41
- Cylc Remove now allows removing tasks which are not longer active, making
41
+ Cylc Remove now allows removing tasks which are no longer active, making
42
42
it look like they never ran. Removing a running task will now kill that task.
43
43
44
44
The ``cylc remove `` command now has the ``--flow `` option, allowing removal
45
45
of a task from specific flows.
46
46
47
- Tasks Removed from all flows are retained in the workflow database with
47
+ Tasks removed from all flows are retained in the workflow database with
48
48
``flow=none `` for provenance.
49
49
50
50
.. image :: ../user-guide/interventions/remove.gif
@@ -58,7 +58,9 @@ Tasks Removed from all flows are retained in the workflow database with
58
58
Skip Mode
59
59
^^^^^^^^^
60
60
61
- Tasks can be configured to run in skip mode, either from the configuration
61
+ Tasks can now be run in "skip" mode where they complete
62
+ their required outputs instantly.
63
+ Tasks can be configured to run in skip mode either in the workflow configuration
62
64
or by broadcasting.
63
65
64
66
.. image :: ../user-guide/interventions/skip-cycle.gui.gif
@@ -69,8 +71,7 @@ in skip mode. The task outputs delivered by skip mode can be customized using
69
71
:cylc:conf: `[runtime][<namespace>][skip]outputs ` or defaults to behaviour
70
72
described in :ref: `skip_mode.task_outputs `.
71
73
72
- This can be used to skip a cycle or a task (for a full example see
73
- :ref: `interventions.skip_cycle `).
74
+ This can be used to skip a cycle or a task (for a full example see :ref: `interventions.skip_cycle `).
74
75
75
76
It may also be useful for :ref: `EfficientInterFamilyTriggering ` and
76
77
for :ref: `skip_mode.parameter_exclusion `.
@@ -89,7 +90,9 @@ is paused.
89
90
.. image :: ../user-guide/interventions/trigger-while-paused.gif
90
91
:width: 60%
91
92
92
- See :ref: `interventions.trigger_while_paused ` for an example of this feature.
93
+ .. seealso ::
94
+
95
+ :ref: `interventions.trigger_while_paused ` for an example of this feature.
93
96
94
97
95
98
EmPy Support Removed
0 commit comments