os_workflow_queue_items

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
IDENTIFIER BIGINT 19 null
SPECIMEN_ID BIGINT 19 null
catissue_specimen.IDENTIFIER FK_WF_QUEUE_SPECIMEN_IDR
WORKFLOW_ID BIGINT 19 null
os_workflows.IDENTIFIER FK_WF_QUEUE_WF_IDR
QUEUE_TIME TIMESTAMP 19 null
WF_INSTANCE_ID BIGINT 19 null
os_workflow_instances.IDENTIFIER FK_WF_QUEUE_INSTANCE_IDR
START_TIME TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc IDENTIFIER
FK_WF_QUEUE_INSTANCE_ID Performance Asc WF_INSTANCE_ID
FK_WF_QUEUE_SPECIMEN_ID Performance Asc SPECIMEN_ID
FK_WF_QUEUE_WF_ID Performance Asc WORKFLOW_ID

Relationships