1 2 3 4 5 6 7id: flow2 namespace: myrootnamespace.marketing tasks: - id: iac type: io.kestra.plugin.core.log.Log message: Hello from {{ flow.id }} in {{ flow.namespace }}
1 2 3 4 5 6 7
id: flow2 namespace: myrootnamespace.marketing tasks: - id: iac type: io.kestra.plugin.core.log.Log message: Hello from {{ flow.id }} in {{ flow.namespace }}