Source
yaml
id: log-flow
namespace: company.team
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
message: Hello world!
About this blueprint
A simple example to show how to display message in the console.
id: log-flow
namespace: company.team
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
message: Hello world!
A simple example to show how to display message in the console.