File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
workflow_state/downstream Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Re-Run All Failed Tasks
142
142
143
143
.. code-block :: console
144
144
145
- $ cylc trigger <workflow>:failed
145
+ $ cylc trigger <workflow>//*/* :failed
146
146
147
147
148
148
.. _interventions.set-task-outputs :
Original file line number Diff line number Diff line change 4
4
initial cycle point = 2010
5
5
sequential xtriggers = True
6
6
[[xtriggers ]]
7
- upstream = workflow_state("up//%(point)s/foo:x"):PT10S
7
+ upstream = workflow_state("up//%(point)s/foo:x", is_trigger=True ):PT10S
8
8
clock_0 = wall_clock(offset=PT0H, sequential=False)
9
9
[[graph ]]
10
10
P1Y = """
Original file line number Diff line number Diff line change 3
3
[scheduling ]
4
4
initial cycle point = 2010
5
5
[[xtriggers ]]
6
- upstream = workflow_state("up//%(point)s/foo:x"):PT10S
6
+ upstream = workflow_state("up//%(point)s/foo:x", is_trigger=True ):PT10S
7
7
clock_0 = wall_clock(offset=PT0H)
8
8
[[graph ]]
9
9
P1Y = """
You can’t perform that action at this time.
0 commit comments