File: flow.cylc

package info (click to toggle)
cylc-flow 8.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,368 kB
  • sloc: python: 87,751; sh: 17,109; sql: 233; xml: 171; javascript: 78; lisp: 55; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[meta]
    title = Authentication test workflow.
    description = """
        Stalls when the first task fails.
        Here we test out a multi-line description!
    """
    custom_metadata = something_custom
    another_metadata = 1
[scheduler]
    [[events]]
        stall timeout = PT1M
        abort on stall timeout = True
[scheduling]
    cycling mode = integer
    initial cycle point = 1
    final cycle point = 2
    [[graph]]
        R/1 = foo => bar
        R/2 = bar[-P1] => pub
[runtime]
    [[foo]]
        script = false
    [[bar]]
        script = true
    [[pub]]
        script = true