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


Chapter 7 Cases : case_deadline_event

case_deadline_event
The case_deadline_event table stores information about case deadlines when the case is running.
Structure
The case_deadline_event table has the following structure:
TABLE case_deadline_event (
node_id
INTEGER NOT NULL,
proc_id INTEGER 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)
minutes^hours^days^weeks^months^years
date expression^time expression
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 index is defined for this table.
Table Activity
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 © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.