Please enable JavaScript to view this site.

Administration manual

Navigation: Tech Doc > Description of the JobRouter database > Database structure > Instance data

Structure of a process table

Scroll Prev Top Next More

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