Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 7 Cases : wait_step

wait_step
The wait_step table holds information about each step that is currently being waited for by a wait defined in the wait table.
Structure
The wait_step table has the following structure:
TABLE wait_step (
node_id
INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
wait_id NUMERIC(10) NOT NULL,
step_id NUMERIC(10) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following indexes are defined for this table.
Table Activity
The wait_step table contains one row for each for each step currently being waited for.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.