kestra-io/kestra

Allow adjusting the flow template based on configuration

Closed

#4,956 opened on Sep 17, 2024

 (8 comments) (1 reaction) (1 assignee)Java (2,579 forks)batch import
area/frontendgood first issuekind/customer-requestkind/quick-win

Repository metrics

Stars
 (26,854 stars)
PR merge metrics
 (Avg merge 1d 19h) (495 merged PRs in 30d)

Description

Feature description

Ideally, via configuration on OSS + on a tenant or namespace-level in EE:

id: myflow
namespace: company.team
tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello World! 🚀

Contributor guide