File: wb_v2.yaml

package info (click to toggle)
python-mistralclient 1%3A4.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,008 kB
  • sloc: python: 10,013; sh: 133; makefile: 23
file content (21 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
version: '2.0'

name: wb

actions:
  ac1:
    input:
      - str1
      - str2
    base: std.echo output="<% $.str1 %><% $.str2 %>"

workflows:
  wf1:
    type: direct

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