Contains information about a process’s history.

Column

Data Type

Constraint

process_id

VARCHAR(40)

not null

(primary key)

The ID of the process to which the history element is associated.

sequence_num

NUMERIC(19)

not null

(primary key)

The sequence number which determines the ordering of the history element in relation to the other history elements in the same process.

history

VARCHAR(40)

not null

The ID of the related history element in the process whose ID is in the process_id column.

 
loading table of contents...