Skip to content

Commit

Permalink
added a remove-task intervention to the user guid
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 7, 2025
1 parent 7fb4cad commit ae92428
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/user-guide/interventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,38 @@ Hold The Workflow And Trigger Tasks One By One
Task Hold
When a task is :term:`held <hold>`, then it will not submit (if ready to
submit) until released.


Remove Tasks
------------

:Example:
I triggered tasks I did not mean to. They may have run-on. I want to undo
this.

:Solution:
Use ``cylc remove`` to remove unwanted tasks.

.. tab-set::

.. tab-item:: GUI
:sync: gui

.. image:: remove.gif
:width: 75%

.. warning::

Internal implemenation details mean that the task icon will not be
removed.

.. the implementation detail in question is that remove removes
.. flows from tasks.
.. tab-item:: CLI
:sync: cli

.. code-block:: console
cylc remove <workflow>//<cycle>/<id>
Binary file added src/user-guide/interventions/remove.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae92428

Please sign in to comment.