File: wf_single_v2.yaml

package info (click to toggle)
python-mistralclient 1%3A3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 952 kB
  • sloc: python: 9,335; sh: 195; makefile: 26
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
version: '2.0'

wf_single:
  type: direct

  tasks:
    hello:
      action: std.echo output="Hello"
      publish:
        result: <% task(hello).result %>