Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next

...

  1. A project owner or workspace administrator can select User menu > Admin console > Environment parameters.
  2. In the Environment Parameters page, click Create.
  3. Specify the parameter:
    1. Name: Enter the display name for the parameter.

      Info

      NOTE: All environment parameter names are automatically prepended with env..

    2. Default value: Enter the default value. 

      Info

      NOTE: The default value is stored as a String value.

  4. To create another environment parameter, click Add another.
  5. To save your changes, click Save.

For more information, see Environment Parameters Page.

Use Environment Parameter

...

Tip

Tip: When specifying a variable, enter $env to see the list of available environment parameters.

Limitations

  • You cannot use environment parameters in recipes.

...

  1. In the Environment Parameters page, locate the parameter whose default value you wish to modify. 
  2. In the More menu, select Edit value.
  3. Enter a new value, and click Save.

Delete

...

Environment Parameter

Warning

When you delete an environment parameter, all references to the parameter are converted to empty string values. Job executions can fail, and recipe steps can break

...

.


Steps:

  1. In the Environment Parameters page, locate the parameter whose default value you wish to modify. 
  2. In the More menu, select Delete.

Export

...

Environment Parameters

You can export the environment parameters from your project or workspace. 

...

  1. In the Environment Parameters page, select More menu > Export.
  2. The ZIP file is downloaded to your local desktop.

Import

...

Environment Parameters

If you have exported a set of environment parameters, you can import them into another workspace or project. 

...

  1. In the Environment Parameters page, select More menu > Import.
  2. Select or drag-and-drop the ZIP file. Click Import.

    Info

    NOTE: Select the ZIP file or its embedded JSON5 file for import.

  3. The Import environment parameters dialog is displayed:


    D caption
    Import environment parameters dialog
  4. Review each environment variable and its assigned value from the import package:

    1. Modify values as needed.

    2. To delete a parameter from the import process, click the Trash icon.
    3. To add another parameter as part of the import package, click Add another.

  5. To save your changes and complete the import, click Save.

  6. The environment parameters and your modifications to them are imported.

D s also
inCQLtrue
label(label = "parameter_ui")