Skip to content

Commit 6e1ef95

Browse files
authored
Update docs on cylc set (#804)
It now sets success pathway outputs even if optional
1 parent 64c324b commit 6e1ef95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/user-guide/interventions/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Set Task Outputs
166166
:width: 75%
167167

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

173173
.. tab-item:: Tui
@@ -177,8 +177,8 @@ Set Task Outputs
177177
:width: 75%
178178

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

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

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

0 commit comments

Comments
 (0)