From e8d72d844dc566cbb47a358089d129fbef707de8 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:19:09 +0000 Subject: [PATCH] Update docs on `cylc set` It now sets success pathway outputs even if optional --- src/user-guide/interventions/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/user-guide/interventions/index.rst b/src/user-guide/interventions/index.rst index 202a586473..f4f57eeefd 100644 --- a/src/user-guide/interventions/index.rst +++ b/src/user-guide/interventions/index.rst @@ -166,8 +166,8 @@ Set Task Outputs :width: 75% By default, this sets all :term:`required outputs ` 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 @@ -177,8 +177,8 @@ Set Task Outputs :width: 75% By default, this sets all :term:`required outputs ` 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 @@ -189,8 +189,8 @@ Set Task Outputs $ cylc set // By default, this sets all :term:`required outputs ` 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 `.