Adding Application Properties

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

To add a property to the selected application:

  1. Click the Add Property button.
  2. Enter the property's name in the Name field.

    While component fields can be of any size, configuration properties are restricted to 4,000 characters.

  3. Enter a description of the property in the Description field.
  4. Specify whether the property is secure by using the Secure check box.

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

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

Related Topics

Deployment Automation Built-in Properties

Adding Application Environment Properties

Adding Component Properties