Contains information about pending collective 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 collective transition.

event_type

VARCHAR(255)

null

Type of the JMS message which triggered this collective 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.

coll_workflow_id

VARCHAR(40)

null

ID of the collective instance taking the transition.

step

INTEGER

null

Current transition step.

current_count

INTEGER

null

Current transition count.

last_query_id

VARCHAR(40)

null

Current transition last query ID.

message_bean

LONG VARBINARY

message_bean

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


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices