Adding Application Process Properties

Add properties to an application process for information that may have values specific to the scope of that process.

To define an application process property:

  1. Navigate to Management > Applications > [select application] > Processes.
  2. In the processes list, beside the process for which you want to define a property, click the Details icon ( image ).
  3. On the Properties tab, click the Add Property button.
  4. Fill in the fields as shown in the following table.
    Field Description
    Name Property name
    Description Property description
    Label Enter a label to be associated with the property in the user interface.
    Required Select this if the property is required.
    Type
    Specify the type of expected value. The supported types are as follows:
    • text
    • text area
    • check box
    • select
    • multi select
    • secure
    The default type is text.
    Default Value Enter a default value (if any).
  5. Click Save.

You can use this property in the same process where it is defined by referencing it in one of the steps. Use the following syntax: ${p:<property name>}

Related Topics

Properties