Contains information about individual workflow instances. Each of these instances represents a single subject (project) going through the workflow process.

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.

process_id

VARCHAR(40)

not null

The ID of the process.

num_retries

INTEGER

null

Number of current transition retries.


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

Legal Notices