62332dfd2c
* Adjust all test examples to new YAQL syntax in python-mistralclient Change-Id: I387b4e6602736c2230ee02d1023ba9e924068742
14 lines
180 B
YAML
14 lines
180 B
YAML
---
|
|
version: '2.0'
|
|
|
|
name: wb
|
|
|
|
workflows:
|
|
wf1:
|
|
type: direct
|
|
tasks:
|
|
hello:
|
|
action: std.echo output="Hello"
|
|
publish:
|
|
result: <% $.hello %>
|