Skip to content

Commit 42985bf

Browse files
Merge pull request #839 from cylc/8.4.x-sync
🤖 Merge 8.4.x-sync into master
2 parents 4c88e90 + 98ecaa7 commit 42985bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/user-guide/interventions/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Re-Run All Failed Tasks
142142

143143
.. code-block:: console
144144
145-
$ cylc trigger <workflow>:failed
145+
$ cylc trigger <workflow>//*/*:failed
146146
147147
148148
.. _interventions.set-task-outputs:

src/workflows/xtrigger/sequential/flow.cylc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
initial cycle point = 2010
55
sequential xtriggers = True
66
[[xtriggers]]
7-
upstream = workflow_state("up//%(point)s/foo:x"):PT10S
7+
upstream = workflow_state("up//%(point)s/foo:x", is_trigger=True):PT10S
88
clock_0 = wall_clock(offset=PT0H, sequential=False)
99
[[graph]]
1010
P1Y = """

src/workflows/xtrigger/workflow_state/downstream/flow.cylc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[scheduling]
44
initial cycle point = 2010
55
[[xtriggers]]
6-
upstream = workflow_state("up//%(point)s/foo:x"):PT10S
6+
upstream = workflow_state("up//%(point)s/foo:x", is_trigger=True):PT10S
77
clock_0 = wall_clock(offset=PT0H)
88
[[graph]]
99
P1Y = """

0 commit comments

Comments
 (0)