Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,23 @@ makes Cylc 7 "reset to waiting" use cases much easier:
For more information on Cylc IDs, run ``cylc help id``.


Selecting tasks at initial and final cycle point
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The initial and final cycle points in a workflow can now be referenced in
commands using the ``^`` and ``$`` symbols, e.g:

```bash
# trigger "mytask" at the initial cycle point
cylc trigger myworkflow//^/mytask

# set required outputs for "mytask" at the final cycle point
cylc set myworkflow//$/mytask

# remove all tasks at the final cycle point
cylc remove myworkflow//$


Supported Python versions
^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading