Contains information about pending individual transitions associated with workflow processes.

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.

server_id

VARCHAR(40)

null

Workflow process manager server responsible for completing this individual transition.

event_type

VARCHAR(255)

null

Type of the JMS message which triggered this individual transition.

segment_name

VARCHAR(255)

null

Workflow process segment name.

state

VARCHAR(16)

null

Current process state machine state of the workflow instances participating in the transition.

last_query_id

VARCHAR(40)

null

Current transition last query ID.

message_bean

LONG VARBINARY

Message bean of the JMS message which triggered this individual transition.

 
loading table of contents...