Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
When an event message is being sent, the generic WF_EVENT.Enqueue procedure determines which queue handler is associated with the specified outbound agent and calls the Enqueue procedure in that queue handler to enqueue the message.
The PL/SQL Enqueue procedure must have the following standard API:
procedure enqueue (p_event in WF_EVENT_T, p_out_agent_override in WF_AGENT_T);
The arguments for the procedure are as follows:
p_event | The event message. |
p_out_agent_ override | The outbound agent on whose queue the event message should be enqueued. |
Previous | Next | Contents | Index | Glossary |