python-mistralclient/functionaltests/resources/v2/wf_delay_v2.yaml
Renat Akhmerov 56570703c2 Fix task result syntax in workflows used for functional tests
Change-Id: I5ef1659f2cbf7f2234c51b57d0bf161d03acb178
2016-04-11 18:40:25 +07:00

21 lines
328 B
YAML

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