python-mistralclient/functionaltests/resources/v2/wf_single_v2.yaml

12 lines
161 B
YAML

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