Oracle Workflow Developer's Guide Release 2.6.3 Part Number B10284-02 |
Previous | Next | Contents | Index | Glossary |
Attention: You must not change or disable the definition of the Unexpected event. If you do, the Event Manager will not be able to perform error handling for event and subscription processing.
Internal Name | oracle.apps.wf.event.unexpected |
Generate Function | None |
Owner Name | Oracle Workflow |
Owner Tag | FND |
Customization Level | Limit |
Oracle Workflow provides two default subscriptions to the Unexpected event. The first subscription sends the event message to the Default Event Error process in the System: Error item type when an unexpected event is received from an external source. This subscription allows your local system to handle any event messages received from external systems that you were not expecting.
The Default Event Error process notifies the system administrator, who can retry or abort subscription processing for the event. For example, the system administrator can optionally define a subscription to process the event and then retry the event.
The External subscription to the Unexpected event is enabled by default. You can disable it if necessary.
Attention: If you want to disable this subscription, be careful to consider all the consequences for handling unexpected event messages from external sources. If the subscription is disabled, these event messages will remain on the inbound queue where they are received and may be undetected for some time.
The following table lists the properties defined for this subscription.
Subscription Property | Value |
---|---|
System | <local system> |
Source Type | External |
Event Filter | oracle.apps.wf.event.unexpected |
Phase | 50 |
Status | Enabled |
Rule Data | Key |
Workflow Item Type | WFERROR |
Workflow Process Name | DEFAULT_EVENT_ERROR |
Owner Name | Oracle Workflow |
Owner Tag | FND |
Customization Level | Limit |
The second subscription sends the event message to the Default Event Error process in the System: Error item type when an unexpected event is received from an Error source (that is, when it is dequeued from the WF_ERROR queue). This subscription is enabled by default.
Attention: You must not change or disable the definition of the predefined Error subscription to the Unexpected event. If you disable this subscription, then the Event Manager will not be able to perform error handling for any events for which you have not defined custom Error subscriptions.
The following table lists the properties defined for this subscription.
Subscription Property | Value |
---|---|
System | <local system> |
Source Type | Error |
Event Filter | oracle.apps.wf.event.unexpected |
Phase | 50 |
Status | Enabled |
Rule Data | Key |
Rule Function | wf_rule.error_rule |
Workflow Item Type | WFERROR |
Workflow Process Name | DEFAULT_EVENT_ERROR |
Priority | Normal |
Owner Name | Oracle Workflow |
Owner Tag | FND |
Customization Level | Limit |
Previous | Next | Contents | Index | Glossary |