Skip to content

Commit

Permalink
added cylc7 upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jun 13, 2024
1 parent 8edf19b commit b4c42f8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions workflow-state-triggers/cylc7-first/suite.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[meta]
title = Inter-cycling triggering
description = """
A demo of using `cylc workflow-state` in other workflows.
This workflow doesn't do much because it's there for the others
to trigger off from:
"""
written for cylc version = 7
tested with cylc version = 7.8.x

[cylc]
cycle point format = %Y

[scheduling]
initial cycle point = 1060
final cycle point = 1070
[[dependencies]]
[[[P1Y]]]
graph = anglo_saxon_chronicle[-P1Y] => anglo_saxon_chronicle

[runtime]
[[anglo_saxon_chronicle]]
script = """
sleep 5
cylc message -- "Six foot of English ground"
"""
[[[outputs]]]
hardrada = 'Six foot of English ground'

0 comments on commit b4c42f8

Please sign in to comment.