2.18 Edit Schedule Job Dialog - Application Properties Tab

Use to specify application properties.

Application properties are unique to a specific job. When you schedule an Oracle Enterprise Scheduler job in a BPEL process, the application properties defined in the job are displayed in this dialog. You can also specify your own application properties.

Element Description

Job Properties

Displays the application properties defined by the job. Only the values can be modified. The properties in this table cannot be removed.

Name

Displays the application property name.

Type

Displays the type (for example, integer or string) of the application property.

Value

Double-click this field to manually edit the value or click the ellipses on the right side to display the XPath Expression Builder for changing the value. The values are used in the assign activity. If an application property was created as a read-only property, it cannot be edited.

User Defined Properties

Displays the application properties that you added for this request. You can add, modify, and remove properties in this table. Select from a fixed list of system property names in this table.

Add

Click to add a property to this table.

Remove

Click to remove a selected property from this table.

Name

Displays the user property name.

Type

Displays the type of the user property. The data types in this table must be selected from a fixed list: string, integer, long, boolean, and datetime.

Value

Click the ellipses on the right side to display the XPath Expression Builder for changing a value. The values are used in the assign activity. You can also enter static values that must be specified in single quotes. If the property has an initial value, it is displayed in the cell.

Related Topics