Renat Akhmerov 56570703c2 Fix task result syntax in workflows used for functional tests
Change-Id: I5ef1659f2cbf7f2234c51b57d0bf161d03acb178
2016-04-11 18:40:25 +07:00

12 lines
161 B
YAML

---
version: '2.0'
wf_single:
type: direct
tasks:
hello:
action: std.echo output="Hello"
publish:
result: <% task(hello).result %>