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

16 lines
202 B
YAML

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