kestra-io/kestra

Allow adjusting the flow template based on configuration

Open

#4.956 geöffnet am 17. Sept. 2024

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (26.854 Stars) (2.579 Forks)batch import
area/frontendgood first issuekind/customer-requestkind/quick-win

Beschreibung

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