Oracle Workflow API Reference Release 2.6.3 Part Number B10286-02 |
Previous | Next | Contents | Index | Glossary |
procedure DequeueException
(queuename in varchar2);
Description
Dequeues all messages from an exception queue and places the messages on the standard Business Event System WF_ERROR queue with the error message 'Message Expired.' When the messages are dequeued from WF_ERROR, a predefined subscription is triggered that launches the Default Event Error process.
Arguments (input)
queuename | The name of the exception queue that has been enabled for dequeue. |
Default Event Error Process, Oracle Workflow Developer's Guide
Previous | Next | Contents | Index | Glossary |