The default structure of a process table is described below. It always consists of 5 system fields and any number of process fields.
Column name |
Data type |
Description |
|---|---|---|
client |
(N)VARCHAR(50) |
Not used |
processid |
(N)VARCHAR(50) |
Instance ID (unique for every instance) |
step |
INTEGER |
Step number |
status |
INTEGER |
Status |
step_id |
(N)VARCHAR(50) |
Step ID in the process table (unique for every step) |
… |
… |
Process specific fields |