8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
workflow {
|
|
foo()
|
|
}
|
|
|
|
process foo {
|
|
debug true
|
|
/echo Hello world/
|
|
} |