Adding process properties

A process property is a way to add user-supplied information to a process. A running process can prompt users for information and then incorporate it into the process. Properties are defined with the Edit Property dialog.

Procedure

  1. Open the process.
  2. On the Configuration tab, click Component Process Properties, Application Process Properties, or Process Properties, depending on the type of process. The Configuration tab looks like the following figure:
    The properties for the process, shown in the Configuration tab for the process
  3. In the Edit Properties dialog, enter a name in the Name field.
  4. Optionally, enter a description in the Description field.
  5. Enter a label in the Label field. The label is associated with the property in the user interface.
  6. If the property is required, check the Required check box. The default value is that the property is not required.
  7. Specify the type of expected value with the Type list. Supported types are: text, text area, check box, select, multi select, and secure. Default type is text.
  8. In the Default Value field, enter a default value (if any).
  9. To save your work, click Save. To discard changes, click Cancel.

What to do next

To use a property in a process, reference it when you configure (see Component processes) a step that uses it.

Feedback