kestra-io/kestra

envs() function notation

Closed

#16,396 opened on May 29, 2026

 (6 comments) (0 reactions) (1 assignee)Java (2,579 forks)batch import
area/backendgood first issue

Repository metrics

Stars
 (26,854 stars)
PR merge metrics
 (Avg merge 1d 19h) (495 merged PRs in 30d)

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