mistral-tempest-plugin/mistral_tempest_tests/tests/resources/single_wf.yaml

12 lines
161 B
YAML
Executable File

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