Skip Headers
Oracle Workflow API Reference
Release 2.6.3.5
Part Number B12163-02
|
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Event Subscription Rule Function APIs
The event subscription rule function APIs provide standard rule functions that you can assign to event subscriptions. A rule function specifies the processing that Oracle Workflow performs when the subscription's triggering event occurs.
Oracle Workflow provides a standard Default_Rule function to perform basic subscription processing. The default rule function includes the following actions:
- Sending the event message to a workflow process, if specified in the subscription definition
- Sending the event message to an agent, if specified in the subscription definition
Oracle Workflow also provides some other standard rule functions that you can use. The Log, Error, Warning, and Success functions can be used for testing and debugging your application. Other standard rule functions provide specialized processing used in predefined Oracle Workflow event subscriptions or in special options you can choose to refine your subscription processing.
These rule function APIs are defined in a PL/SQL package called WF_RULE.
See Also
Event Subscriptions, Oracle Workflow Developer's Guide
Standard API for an Event Subscription Rule Function, Oracle Workflow Developer's Guide
Copyright © 2003, 2004, Oracle. All rights reserved.