Add global process properties

The properties of a global process have values specific to the scope of that process.

To define a global process property:

  1. Navigate to Management > Global Processes.

  2. In the processes list, next to the process for which you want to define a property, click Detailsimage.

  3. In the Properties tab, click the Add Property button.

  4. Provide details about the property:

    Field Description
    Name Property name.
    Description Property description.
    Label A label to be associated with the property in the user interface.
    Required Select this option if the property is required.
    Type

    Specify the type of expected value. The following types are supported:

    • 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>}

Back to top

See also: