@@ -166,8 +166,8 @@ Set Task Outputs
166
166
:width: 75%
167
167
168
168
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,
171
171
press the pencil icon next to the "Set" command .
172
172
173
173
.. tab-item :: Tui
@@ -177,8 +177,8 @@ Set Task Outputs
177
177
:width: 75%
178
178
179
179
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,
182
182
use ``cylc set --output ``.
183
183
184
184
.. tab-item :: CLI
@@ -189,8 +189,8 @@ Set Task Outputs
189
189
$ cylc set <workflow>//<task>
190
190
191
191
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,
194
194
use the ``--output `` option.
195
195
196
196
You can also :ref: `set task prerequisites <interventions.set-task-prerequisites >`.
0 commit comments