Contains information about collective workflow instances.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

Unique ID.

workflow_name

VARCHAR(255)

null

Workflow process name.

modification_time

NUMERIC(19)

null

When the workflow process was last modified.

segment_name

VARCHAR(255)

null

Workflow process segment name.

creator_id

VARCHAR(40)

null

ID of collective process instance which created this instance.

state

VARCHAR(16)

null

The instance’s current process state machine state.

num_retries

INTEGER

null

Number of current transition retries.

 
loading table of contents...