Nikolay Mahotkin 62332dfd2c Adjust all test examples in mistralclient
* Adjust all test examples to new YAQL syntax in
   python-mistralclient

Change-Id: I387b4e6602736c2230ee02d1023ba9e924068742
2015-02-24 13:01:51 +03:00

14 lines
180 B
YAML

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