We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4912c commit c3d5cc4Copy full SHA for c3d5cc4
src/workflows/xtrigger/sequential/flow.cylc
@@ -4,7 +4,7 @@
4
initial cycle point = 2010
5
sequential xtriggers = True
6
[[xtriggers]]
7
- upstream = workflow_state("up//%(point)s/foo:x"):PT10S
+ upstream = workflow_state("up//%(point)s/foo:x", is_trigger=True):PT10S
8
clock_0 = wall_clock(offset=PT0H, sequential=False)
9
[[graph]]
10
P1Y = """
src/workflows/xtrigger/workflow_state/downstream/flow.cylc
@@ -3,7 +3,7 @@
3
[scheduling]
clock_0 = wall_clock(offset=PT0H)
0 commit comments