Previous  Next          Contents  Index  Glossary

ProcessInboundQueue

Syntax

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)

itemtypeAn 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 item type.


         Previous  Next          Contents  Index  Glossary