Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
When an event message is being received, the WF_EVENT.Listen procedure determines which queue handler to use with the specified inbound agent and calls the Dequeue procedure in that queue handler to dequeue the message.
The PL/SQL Dequeue procedure must have the following standard API:
procedure dequeue (p_agent_guid in raw, p_event out WF_EVENT_T);
The arguments for the procedure are as follows:
p_agent_guid | The globally unique identifier of the inbound agent from whose queue the event message should be dequeued. |
p_event | The event message. |
Previous | Next | Contents | Index | Glossary |