Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
Contents | Index | Glossary | Master Index | Feedback |
Attention: You must not change or disable the definition of the Any 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.any |
Generate Function | None |
Oracle Workflow provides three default subscriptions to the Any event. The first subscription can be triggered when an event is raised locally. To use this subscription, you must define the action for the subscription and enable it. The following table lists the properties defined for this subscription.
Subscription Property | Value |
---|---|
System | <local system> |
Source Type | Local |
Event Filter | oracle.apps.wf.event.any |
Phase | 100 |
Status | Disabled |
Rule Data | Key |
Priority | Normal |
The second subscription can be triggered when an event is received from an external source. To use this subscription, you must define the action for the subscription and enable it. 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.any |
Phase | 100 |
Status | Disabled |
Rule Data | Key |
Priority | Normal |
The third subscription sends the event message to the Default Event Error process in the System: Error item type and raises an exception when an event is received from an Error source (that is, when it is dequeued from the WF_ERROR queue). To use this subscription, you must enable it. 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.any |
Phase | 100 |
Status | Disabled |
Rule Data | Key |
Rule Function | wf_rule.error_rule |
Workflow Item Type | WF_ERROR |
Workflow Process Name | DEFAULT_EVENT_ERROR |
Priority | Normal |
Previous | Next | Contents | Index | Glossary |