File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,25 @@ settings for an in-progress workflow.
168
168
:ref: `global-configuration `
169
169
170
170
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
+
171
190
Cylc 8.4
172
191
--------
173
192
You can’t perform that action at this time.
0 commit comments