File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,24 @@ makes Cylc 7 "reset to waiting" use cases much easier:
107107For 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
You can’t perform that action at this time.
0 commit comments