Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
procedure WriteMsg
(itemtype in varchar2, itemkey in varchar2, actid in number);
Description
Writes a message from the internal stack to the inbound queue. See: Developer APIs for the Inbound Queue.
Arguments (input)
itemtype | The item type of the message. |
itemkey | The item key of the message. An item key is a string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the process. |
actid | The function activity instance ID that this message is associated with. |
Previous | Next | Contents | Index | Glossary |