2.19 Edit Schedule Job Dialog - System Properties Tab

Use to specify system property values.

System properties are parameters with names reserved by Oracle Enterprise Scheduler. Oracle Enterprise Scheduler represents parameter names that are known to and used by the system in the SystemProperty class. More

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

Element Description

Job Properties

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

Name

Displays the system property name.

Type

Displays the type (for example, integer or string) of the system 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. If a system property was created as a read-only property, it cannot be edited.

User Defined Properties

Displays the system properties that you have 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 (for example, integer or string) of the user property.

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.

Related Topics