Skip Headers
Oracle Workflow API Reference
Release 2.6.3.5
Part Number B12163-02
Previous
Next
Contents
Index
Glossary
Parameter List Structure
Oracle Workflow uses the named varying array (varray) WF_PARAMETER_LIST_T to store a list of parameters in a form that can be included in an event message. WF_PARAMETER_LIST_T allows custom values to be added to the WF_EVENT_T event message object. The WF_PARAMETER_LIST_T datatype can include up to 100 parameter name and value pairs. A description of this datatype is as follows:
WF_PARAMETER_LIST_T
Maximum size: 100
Element datatype: WF_PARAMETER_T
Previous
Next
Contents
Index
Glossary
Copyright © 2003, 2004, Oracle. All rights reserved.