Skip to content

Commit b97a1e5

Browse files
authored
Merge pull request #876 from wxtim/prep-changes-pr
Add section to changes on triggering tasks at icp and fcp using regex…
2 parents b3c86f8 + b27c458 commit b97a1e5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/reference/changes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,24 @@ makes Cylc 7 "reset to waiting" use cases much easier:
107107
For more information on Cylc IDs, run ``cylc help id``.
108108

109109

110+
Selecting tasks at initial and final cycle point
111+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112+
113+
The initial and final cycle points in a workflow can now be referenced in
114+
commands using the ``^`` and ``$`` symbols, e.g:
115+
116+
.. code-block:: console
117+
118+
# trigger "mytask" at the initial cycle point
119+
cylc trigger myworkflow//^/mytask
120+
121+
# set required outputs for "mytask" at the final cycle point
122+
cylc set myworkflow//$/mytask
123+
124+
# remove all tasks at the final cycle point
125+
cylc remove myworkflow//$
126+
127+
110128
Supported Python versions
111129
^^^^^^^^^^^^^^^^^^^^^^^^^
112130

0 commit comments

Comments
 (0)