blob: 7b7db9ba047ef78676aa996a95bbb1c9d8c94d85 [file] [log] [blame]
- from:
uri: "timer:tick"
parameters:
period: "5s"
steps:
- set-body:
constant: "Hello Yaml !!!"
- transform:
simple: "${body.toUpperCase()}"
- to: "log:info"