kestra-io/kestra

Allow adjusting the flow template based on configuration

Open

Aperta il 17 set 2024

Vedi su GitHub
 (5 commenti) (1 reazione) (0 assegnatari)Java (26.854 star) (2579 fork)batch import
area/frontendgood first issuekind/customer-requestkind/quick-win

Descrizione

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

Guida contributor