Skip Headers

Oracle Workflow API Reference
Release 2.6.3.5

Part Number B12163-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

SetMsgResult

Syntax

procedure SetMsgResult

    (itemtype in varchar2,
itemkey in varchar2,
actid in number,
result in varchar2);

Description

Sets a result to the message written in the internal stack. 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 instance.
actid The function activity instance ID that this message is associated with.
result The completion result for the message. Possible values are determined by the activity's Result Type.


         Previous  Next          Contents  Index  Glossary



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.