These files are not actually executable. Change-Id: I05265d80fcf96628ef313c08b255e9659b088ea6
12 lines
185 B
YAML
12 lines
185 B
YAML
Namespaces:
|
|
Greetings:
|
|
actions:
|
|
hello:
|
|
class: std.echo
|
|
base-parameters:
|
|
output: Hello!
|
|
|
|
Workflow:
|
|
tasks:
|
|
hello:
|
|
action: Greetings.hello |