Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a remove-task intervention to the user guide #789

Merged
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/user-guide/interventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,36 @@ I want to Skip a cycle of tasks and allow the workflow to continue
``-n root`` matches all tasks in a cycle. Similarly, it is possible to
broadcast this setting to the root namespace of any family, or to
multiple named tasks.


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%

.. note::

The removed task will be greyed out but it might not
disappear from view because the GUI displays all tasks
in a graph-based window around current active tasks.


.. tab-item:: CLI
:sync: cli

.. code-block:: console

cylc remove <workflow>//<cycle>/<id>
Binary file added src/user-guide/interventions/remove.gif
wxtim marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading