kestra-io/kestra

envs() function notation

Open

#16,396 opened on May 29, 2026

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Java (26,854 stars) (2,579 forks)batch import
area/backendgood first issue

Description

Feature description

Hi guys ! As with the secret retrieval function, it would be convenient to have the same call format for environment variables (' envs("xxxx") '). This would allow calling an environment variable based on a dynamic name (for example, according to a database return value or status) which is not currently possible.

Contributor guide