Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure ProcessInboundQueue
(itemtype in varchar2 default null,
correlation in varchar2 default null);
Description
Reads every message off the inbound queue and records each message as a completed event. The result of the completed event and the list of item attributes that are updated as a consequence of the completed event are specified by each message in the inbound queue. See: EnqueueInbound.
Arguments (input)
itemtype | An optional item type of the events to process. |
correlation | If you wish to process only messages with a specific correlation, enter a correlation identifier. If correlation is null, the Workflow Engine creates a correlation identifier based on the Workflow schema name and the item type. |
Previous | Next | Contents | Index | Glossary |