Files
python-mistralclient/functionaltests/resources/v2/wb_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

15 lines
190 B
YAML

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