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