PROCESSDATA table
The PROCESSDATA
table stores the runtime
process data of a process. After the process is completed, the record
is removed.
Column Name | Description | Data type |
---|---|---|
PROCESS_ID * |
Process ID associated with
the data. Primary
key. Reference PROCESS (ID) . |
Numeric |
DEF_ID * |
Definition ID for the corresponding relevant data in the process definition. Primary key. | Character (100) |
NAME |
Data name. Maximum of 100 characters. | Character (100) |
CONTEXT |
Context of data. The following values are possible
: REQUESTEE SUBJECT BOTH |
Character (100) |
DESCRIPTION |
Data description. | Character (300) |
TYPE |
Data type. | Character (500) |
COLLECTION_TYPE |
Element data type for sets of data. | Character (500) |
VALUE |
Data value. | Long Character |
SMALL_VALUE |
Small data value. | Character (4000) |
VALUE_LAST_MODIFIED |
The time in milliseconds that the last time this process data value was modified. | Numeric |
* Indicates the column is required and not null.