deb-mistral/mistral/tests/resources/single_wf.yaml
Lingxian Kong 936452e08a Fix update workflow by admin
Change-Id: I38cada2e467d2b2b2ca0f332e9331caa2fc64f47
Closes-Bug: #1667174
2017-03-06 09:04:00 +00:00

12 lines
161 B
YAML

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