The outstanding_addr table holds information about each outstanding step on the system.
The outstanding_addr table has the following structure:
TABLE outstanding_addr (
rowid UNIQUEIDENTIFIER ROWGUIDCOL NOT NULL,
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
casenum NUMERIC(20) NOT NULL,
sentdate DATETIME NOT NULL,
deadline SMALLINT NOT NULL,
deadline_exprired SMALLINT NOT NULL,
sub_procedure SMALLINT NOT NULL,
deaddate DATETIME NOT NULL,
stepname VARCHAR(8) NOT NULL,
user_name VARCHAR(64) NOT NULL,
reqid NUMERIC(20) NOT NULL,
item_suspended SMALLINT NOT NULL,
item_withdrawn SMALLINT NOT NULL,
array_idx INTEGER NOT NULL)
The following index is defined for this table.
The outstanding_addr table contains one row for each outstanding step on the system.