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
|