kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.03k stars 1.14k forks source link

Explore whether we can make the flow template configurable by the user #4956

Open anna-geller opened 2 months ago

anna-geller commented 2 months ago

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! 🚀
MilosPaunovic commented 1 month ago

Related to https://github.com/kestra-io/kestra-ee/issues/606.

Ben8t commented 2 weeks ago

First thing to do: configuration backend (instance level) then we can evaluate local storage (client side) for "user profiles"