Skip to content
Merged
Changes from 1 commit
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
12 changes: 12 additions & 0 deletions src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,18 @@ makes Cylc 7 "reset to waiting" use cases much easier:
For more information on Cylc IDs, run ``cylc help id``.


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

The ``^`` and ``$`` short-cuts allow referencing initial and final
cycle points in ``cylc trigger`` commands.

```shell
$ cylc trigger myworkflow//^/mytask
$ cylc trigger myworkflow//$/mytask
```


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

Expand Down
Loading