DOO_WAIT_TASK_DETAILS

Stores runtime details of wait step instances

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

DOO_WAIT_TASK_DETAILS_PK

WAIT_TASK_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
WAIT_TASK_DETAIL_ID NUMBER 18 Yes Unique identifier for the details of a wait step
TASK_INSTANCE_ID NUMBER 18 Yes Reference to the unique identifier for the task instance
GROUP_ID NUMBER 18 Yes Reference to the unique identifier of the fulfillment group associated with a given fulfillment line
WAIT_BITSET NUMBER 4 Bitset that contains information on certain wait attributes.
WAIT_VALUES VARCHAR2 1000 Stores the wait values for a wait task, which is different from exit values.
EXIT_VALUES VARCHAR2 1000 Yes The status values that will allow the wait step in an orchestration process to be satisfied.
STATUS_CODE VARCHAR2 30 State or condition of a wait step
CORRELATION_ID VARCHAR2 100 This column will be used for correlation while launching the GWS BPEL process.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
EXECUTION_MODE VARCHAR2 1 Yes Oracle internal use only, contains one of the following values: Y or N. Used to indicate the backward compatibility of Wait establishment. If Y, indicates wait established using optimized wait processing. Default value is N.

Foreign Keys

Table Foreign Table Foreign Key Column
doo_action_requests doo_wait_task_details WAIT_TASK_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_WAIT_TASK_DETAILS_N1 Non Unique Default TASK_INSTANCE_ID
DOO_WAIT_TASK_DETAILS_N2 Non Unique Default GROUP_ID
DOO_WAIT_TASK_DETAILS_PK Unique Default WAIT_TASK_DETAIL_ID