Environment variables getter

[system/Environment variables getter]


Retrieves values for a list of environment variables, and collects the ones that were missing in an output list.


Keywords: environment, variables, missing, absent

Input ports

  • variable names: string[]

    Receives a list of environment variable names.

Output ports

  • values: {string: string}

    [Inherited from port reduced of get env variables] Sends the reduced array. Example: "ABC"

  • not found: string[]

    Sends a list of variable names for wich no values were found in the environment.

Last updated