![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The proc_defn table holds procedure definitions.TABLE proc_defn (
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
pd_version INTEGER NOT NULL,
pd_type INTEGER NOT NULL,
pd_index INTEGER NOT NULL,
pd_size INTEGER NOT NULL,
pd_directory VARCHAR(25) NOT NULL,
pd_file VARCHAR(25) NOT NULL,
pd_data VARBINARY(MAX) NOT NULL)
• 0 pro data (textual procedure definition)
• 1 lst data (binary procedure definition)
• 2 nod data (not used)
• 3 gwd data (iProcess Modeler layout information)
• 4 nod data (not used)
• 5 VBA project data (VBA project files)
• If you have upgraded your system from a pre-Version i10.0-x(3.0) iProcess Engine, existing procedure definitions are divided into 2000 byte chunks. If pd_type is 5, contains the sub-directory path (relative to SWDIR\projects) where any VBA project files related to this procedure definition are stored. Filenames are stored in pd_file. If pd_type is 5, contains the filename of a VBA project file related to this procedure definition (if there is one). The file is physically stored in the location defined by pd_directory.
The proc_defn table contains one or more rows for each instance of each procedure definition on the system.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |