Environment
The Environment task allows the user to supply environment variables for common configuration with the other task within the flow.

| OPTION | DESCRIPTION |
|---|---|
| Name | The name of the environment variable. |
| Value | The value of the environment variable. |
| Add | Add a new environment variable. |
| Remove | Remove an existing environment variable. |
INPUT
No special requirements.
OUTPUT
The environment variables are set as specified.
EXAMPLES
Common DB Config
In this screen shot we supply common configuration for establishing a database connection.

We can then use the variables in subsequent db queries as follows:

When executed, we get the expected results:
