![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The status table holds the current status of each step of each case on the system.TABLE status (
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
casenum number(20) NOT NULL,
step_num number(4) NOT NULL,
step_status number(1) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The status table contains one row for each step of each case (open or closed) on the system. Rows are added, updated and deleted in the following situations.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |