@@ -38,13 +38,13 @@ Cylc 8.4
3838Cylc Remove
3939^^^^^^^^^^^
4040
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
4242it look like they never ran. Removing a running task will now kill that task.
4343
4444The ``cylc remove `` command now has the ``--flow `` option, allowing removal
4545of a task from specific flows.
4646
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
4848``flow=none `` for provenance.
4949
5050.. image :: ../user-guide/interventions/remove.gif
@@ -58,7 +58,9 @@ Tasks Removed from all flows are retained in the workflow database with
5858Skip Mode
5959^^^^^^^^^
6060
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
6264or by broadcasting.
6365
6466.. 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
6971:cylc:conf: `[runtime][<namespace>][skip]outputs ` or defaults to behaviour
7072described in :ref: `skip_mode.task_outputs `.
7173
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 `).
7475
7576It may also be useful for :ref: `EfficientInterFamilyTriggering ` and
7677for :ref: `skip_mode.parameter_exclusion `.
@@ -89,7 +90,9 @@ is paused.
8990.. image :: ../user-guide/interventions/trigger-while-paused.gif
9091 :width: 60%
9192
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.
9396
9497
9598EmPy Support Removed
0 commit comments