Previous | Next | Contents | Index | Glossary | Library |
Applications as well as function activities can reference and set item type attributes using the Oracle Workflow Engine APIs. You can define and maintain as many item type attributes as necessary for an item type. You should define as an item type attribute, any information that will be required by an activity in your process, or any information that will need to be sent in a notification message. See: To Define a Message Attribute.
Text | The attribute value is a string of text. |
Number | The attribute is a number with the optional format mask you specify. |
Date | The attribute value is a date with the optional format mask you specify. |
Lookup | The attribute value is one of the lookup code values in a specified lookup type. |
Form | The attribute value is the Oracle Applications internal function name of a form and any optional form parameters. This attribute type is not relevant for the standalone version of Oracle Workflow. It is useful only if you have the Oracle Applications Notifications Viewer form. |
The value must be entered using the following format: | |
function_name:parameter1=value1 parameter2=value2 ... parameterN=valueN | |
valueN | can be a text string, enclosed in quotes (" ") or can be token substituted with another predefined item type attribute in any of the following ways: |
A form attribute is passed to the Notification Viewer window to let a user drill down to the form to complete an activity or to see additional information related to the activity. See: Overview of Menus and Function Security, | Oracle Applications Developer's Guide. |
URL | The attribute value is a Universal Resource Locator (URL) to a network location that a user can access when viewing notifications from the Notifications Web page. The user can complete an activity or see additional information related to the activity by accessing that URL. |
Document | The attribute value is an attached document. You specify the name of the document management system and a document reference. In the future, you can specify any of the following document types in the default value field: |
Attention: Only the PL/SQL document type is currently supported.
Role | The attribute value is a role name. You must initially load the roles from the database to display a list of roles to choose from. See: Roles. |
Attribute | The attribute value is the name of another existing item type attribute that you want to maintain references to in a process. |
You can also extend the Selector function to be a general callback function so that item type context information can be reset as needed during the execution of a process. See: Standard API for an Item Type Selector or Callback Function.
Previous | Next | Contents | Index | Glossary | Library |