Environment Vars
List of environment variables.
The provided list of environment variables will be merged with the current execution context's existing environment variables.
For example, when you add SOME_VARIABLE=VALUE
, the node will return a new list of environment list that includes SOME_VARIABLE
in addition to the environment variables that are available in the current execution context.
Inputs#
Port | Description |
---|---|
The list of environment variables that you want to add. These fields support the Expression Syntax. |
Outputs#
Port | Description |
---|---|
The list of environment variables that includes the provided list of environment variables. |
ID: env-array@v1