File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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> `.
5959So, if you attempted to hold a family of tasks, Cylc would only hold the
6060members 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
You can’t perform that action at this time.
0 commit comments