Add component process properties
The properties of a component process provide values specific to the scope of that process.
To define a component process property:
-
Navigate to Management > Components > [select component] > Processes.
-
In the processes list, next to the process for which you want to define a property, click Details
.
-
In the Properties tab, click the Add Property button.
-
Provide details for the new property:
Field Description Name Enter a name for the property. Description Enter a description for the property. Label Enter 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 supported types are:
- text (default)
- text area
- check box
- select
- multiselect
- secure
Default Value Enter a default value, if any. -
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>}
See also: