kestra-io/kestra

Allow adjusting the flow template based on configuration

已关闭

#4,956 创建于 2024年9月17日

 (8 条评论) (1 个反应) (1 位负责人)Java (2,579 个派生)batch import
area/frontendgood first issuekind/customer-requestkind/quick-win

仓库指标

星标
 (26,854 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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! 🚀

贡献者指南