Adding Environment Properties

Properties are parameters that can be preset and passed from step to step in processes.

If an environment is shared by multiple applications, if all or most of the applications should use the same value for an environment property setting, you should set the value at the environment level. You can override the value for the same-named property at the application environment level as needed.

To create environment properties:

  1. Navigate to Environments > [>selected environment] > Properties.
  2. Click the Add Property button.
  3. Enter the property's name in the Name field.
  4. Enter a description of the property in the Description field.
  5. Specify whether the property is secure by using the Secure check box.

    Secure properties are stored encrypted and displayed obscured in the user interface.

  6. Enter a value for the property in the Value field.
  7. Click Save.
You can reference the property value in processes using ${p:environment/<property name>}.

Related Topics

Deployment Automation Built-in Properties

Adding Application Properties

Adding Application Environment Properties

Adding Component Properties

Adding Component Template Properties