File: wb_v2.yaml

package info (click to toggle)
python-mistralclient 1%3A2.0.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 812 kB
  • sloc: python: 7,705; sh: 216; makefile: 40
file content (13 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
version: '2.0'

name: wb

workflows:
  wf1:
    type: direct
    tasks:
      hello:
        action: std.echo output="Hello"
        publish:
            result: <% $.hello %>