Skip to content

Commit 2f39654

Browse files
Apply suggestions from code review
Co-authored-by: Hilary James Oliver <hilary.j.oliver@gmail.com>
1 parent 86484bf commit 2f39654

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/reference/changes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ family names or globs, e.g:
5555
# trigger all tasks in cycle "2000" with names starting with "foo"
5656
cylc trigger workflow//2000/foo*
5757
58-
However, Cylc would only operate on :term:`active tasks <active task>`.
58+
However, prior to 8.6 family names and globs would only match :term:`active tasks <active task>`.
5959
So, if you attempted to hold a family of tasks, Cylc would only hold the
6060
members of the family which were active at the time.
6161

@@ -98,6 +98,8 @@ makes Cylc 7 "reset to waiting" use cases much easier:
9898

9999
cylc insert workflow FAMILY.cycle
100100
cylc reset workflow FAMILY.cycle --state=waiting
101+
# Trigger the task(s) that start the FAMILY sub-graph
102+
cylc trigger workflow member1.cycle
101103
- ::
102104

103105
cylc trigger workflow//cycle/FAMILY

0 commit comments

Comments
 (0)