![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The case_deadline_event table stores information about case deadlines when the case is running.TABLE case_deadline_event (
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
casenum numeric(20) NOT NULL,
dead_id varchar(32) NOT NULL,
dead_name varchar(32) NOT NULL,
event_name varchar(32) NOT NULL,
dead_value varchar(512) NOT NULL)
For internal use only. This column is referenced from the stepname column in the outstanding_addr table.
This key enforces the DELETE CASCADE referential action.
The case_deadline_event table contains one or more rows for each instance of each procedure definition on the system. Rows are added, updated, and deleted in the following situations.
• The CreateCaseDeadline expression is called in the EAI step. The UpdateCaseDeadline expression is called in the EAI step.
• The DeleteCaseDeadline expression is called in the EAI step.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |