Skip to content

Commit b77a917

Browse files
changes: cylc set now works with xtriggers and optional tasks
1 parent 3b9e2dc commit b77a917

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/reference/changes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,25 @@ settings for an in-progress workflow.
168168
:ref:`global-configuration`
169169

170170

171+
Cylc Set
172+
^^^^^^^^
173+
174+
The ``cylc set`` command can now be used to satisfy xtrigger prerequisites.
175+
For example if the task ``2026/get_data`` is
176+
:term:`clock triggered <clock trigger>`, you might satisfy this prerequisite
177+
like so:
178+
179+
.. code-block:: console
180+
181+
$ cylc set myworkflow//2026/get_data --pre xtrigger/wall_clock
182+
183+
The default behaviour of the ``cylc set`` command has also changed for tasks
184+
where success is :term:`optional <optional output>`, it will now set the
185+
``succeeded`` output (and any other outputs that are required in the event of
186+
task success) which is more consistent with the behaviour for tasks where
187+
success is required.
188+
189+
171190
Cylc 8.4
172191
--------
173192

0 commit comments

Comments
 (0)