Skip to content

Commit

Permalink
Update docs on cylc set
Browse files Browse the repository at this point in the history
It now sets success pathway outputs even if optional
  • Loading branch information
MetRonnie committed Feb 20, 2025
1 parent f2cde98 commit e8d72d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/user-guide/interventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ Set Task Outputs
:width: 75%

By default, this sets all :term:`required outputs <required output>` for
the task, which usually includes ``succeeded``.
To specify the output(s) you would like to set,
the task, including ``submitted``, ``started`` and ``succeeded`` (even
if those are optional). To specify the output(s) you would like to set,
press the pencil icon next to the "Set" command .

.. tab-item:: Tui
Expand All @@ -177,8 +177,8 @@ Set Task Outputs
:width: 75%

By default, this sets all :term:`required outputs <required output>` for
the task, which usually includes ``succeeded``.
To specify the output(s) you would like to set,
the task, including ``submitted``, ``started`` and ``succeeded`` (even
if those are optional). To specify the output(s) you would like to set,
use ``cylc set --output``.

.. tab-item:: CLI
Expand All @@ -189,8 +189,8 @@ Set Task Outputs
$ cylc set <workflow>//<task>
By default, this sets all :term:`required outputs <required output>` for
the task, which usually includes ``succeeded``.
To specify the output(s) you would like to set,
the task, including ``submitted``, ``started`` and ``succeeded`` (even
if those are optional). To specify the output(s) you would like to set,
use the ``--output`` option.

You can also :ref:`set task prerequisites <interventions.set-task-prerequisites>`.
Expand Down

0 comments on commit e8d72d8

Please sign in to comment.