kestra-io/kestra

Allow adjusting the flow template based on configuration

Open

#4,956 opened on 2024年9月17日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)Java (26,854 stars) (2,579 forks)batch import
area/frontendgood first issuekind/customer-requestkind/quick-win

説明

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

コントリビューターガイド