mistral/mistral_tempest_tests/tests/resources/wb_v2.yaml

14 lines
193 B
YAML
Executable File

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