python-mistralclient/functionaltests/resources/v2/wf_delay_v2.yaml
Renat Akhmerov 3a4c1ff8f3 Remove "policies" keyword from test resources
Depends-On: I25e0d048222b6b7b1f3ffb3a9cf5029b7e6bcf45
Change-Id: I1bd4c15f0990f5d2d879855770763e8b19d2561d
2015-04-17 17:25:58 +06:00

21 lines
306 B
YAML

---
version: '2.0'
wf:
type: direct
tags: [tag]
tasks:
hello:
action: std.echo output="Hello"
publish:
result: <% $.hello %>
wait-after: 1
on-success:
- task2
task2:
action: std.echo output="Task 2"
publish:
task2: <% $.task2 %>